Created
October 27, 2017 06:46
-
-
Save auycro/985434d2ae8620d43b52890c23ef5093 to your computer and use it in GitHub Desktop.
VSCODE output japanese 出力 日本語
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": "Gumpanat Keardkeawfa", | |
"version": "0.1.0", | |
"command": "cmd", | |
"isShellCommand": true, | |
"args": [], | |
"tasks": [ | |
{ | |
"taskName": "build", | |
"args": [ | |
"/C", | |
"@chcp 65001>NUL", | |
"&&", | |
"dotnet", | |
"build", | |
"${workspaceRoot}/hello-world.csproj" | |
], | |
"isBuildCommand": true, | |
"problemMatcher": "$msCompile" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment