туттуру
This commit is contained in:
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "prepareClientRun",
|
||||
"type": "process",
|
||||
"command": "${workspaceFolder}/.vscode/prepareClientRun.sh",
|
||||
"windows": {
|
||||
"command": "${workspaceFolder}\\.vscode\\prepareClientRun.bat"
|
||||
},
|
||||
"linux": {
|
||||
"command": "${workspaceFolder}/.vscode/prepareClientRun.sh"
|
||||
},
|
||||
"osx": {
|
||||
"command": "${workspaceFolder}/.vscode/prepareClientRun.sh"
|
||||
},
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user