Skip to content

Instantly share code, notes, and snippets.

@auycro
Created October 27, 2017 06:46
Show Gist options
  • Save auycro/985434d2ae8620d43b52890c23ef5093 to your computer and use it in GitHub Desktop.
Save auycro/985434d2ae8620d43b52890c23ef5093 to your computer and use it in GitHub Desktop.
VSCODE output japanese 出力 日本語
{
"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