mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-01-13 17:23:02 -05:00
14 lines
273 B
JSON
14 lines
273 B
JSON
{
|
|
"version": "0.1.0",
|
|
"command": "dotnet",
|
|
"isShellCommand": true,
|
|
"args": [],
|
|
"tasks": [
|
|
{
|
|
"taskName": "build",
|
|
"args": [],
|
|
"isBuildCommand": true,
|
|
"problemMatcher": "$msCompile"
|
|
}
|
|
]
|
|
} |