Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/markdown-language-features/server/.vscode/tasks.json')
-rw-r--r--extensions/markdown-language-features/server/.vscode/tasks.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/extensions/markdown-language-features/server/.vscode/tasks.json b/extensions/markdown-language-features/server/.vscode/tasks.json
new file mode 100644
index 00000000000..ecc951a7baf
--- /dev/null
+++ b/extensions/markdown-language-features/server/.vscode/tasks.json
@@ -0,0 +1,27 @@
+{
+ "version": "2.0.0",
+ "command": "npm",
+ "args": [
+ "run",
+ "watch"
+ ],
+ "isBackground": true,
+ "problemMatcher": "$tsc-watch",
+ "tasks": [
+ {
+ "label": "npm",
+ "type": "shell",
+ "command": "npm",
+ "args": [
+ "run",
+ "watch"
+ ],
+ "isBackground": true,
+ "problemMatcher": "$tsc-watch",
+ "group": {
+ "_id": "build",
+ "isDefault": false
+ }
+ }
+ ]
+} \ No newline at end of file