Skip to content

Commit

Permalink
Specified preLaunchTask label explicitly to prevent launch issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Mar 28, 2022
1 parent 92b34c5 commit 0e64681
Show file tree
Hide file tree
Showing 90 changed files with 107 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .base-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
},
{
"name": "Run Extension Tests",
Expand All @@ -29,7 +29,7 @@
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions .base-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
4 changes: 2 additions & 2 deletions authenticationprovider-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
"preLaunchTask": "NPM watch in background"
},
{
"name": "Extension Tests",
Expand All @@ -28,7 +28,7 @@
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "${defaultBuildTask}"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions authenticationprovider-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
4 changes: 2 additions & 2 deletions basic-multi-root-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/src/**/*.js" ],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
},
{
"name": "Launch Tests",
Expand All @@ -22,7 +22,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/test/**/*.js" ],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions basic-multi-root-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion call-hierarchy-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions call-hierarchy-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion code-actions-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions code-actions-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
4 changes: 2 additions & 2 deletions codelens-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
},
{
"name": "Run Extension Tests",
Expand All @@ -29,7 +29,7 @@
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions codelens-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion comment-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions comment-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion completions-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions completions-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion configuration-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceRoot}/out/src/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
},
{
"type": "node",
Expand Down
1 change: 1 addition & 0 deletions configuration-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion contentprovider-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"outFiles": [
"${workspaceRoot}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions contentprovider-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
1 change: 1 addition & 0 deletions custom-editor-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion decorator-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/**/*.js" ],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions decorator-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
4 changes: 2 additions & 2 deletions diagnostic-related-information-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
},
{
"name": "Extension Tests",
Expand All @@ -30,7 +30,7 @@
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions diagnostic-related-information-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion document-editing-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions document-editing-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion extension-terminal-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions extension-terminal-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion fsconsumer-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceRoot}/out/src/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions fsconsumer-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": [
Expand Down
2 changes: 1 addition & 1 deletion fsprovider-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceRoot}/out/src/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions fsprovider-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": [
Expand Down
2 changes: 1 addition & 1 deletion getting-started-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions getting-started-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
4 changes: 2 additions & 2 deletions github-authentication-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
},
{
"name": "Run Extension Tests",
Expand All @@ -29,7 +29,7 @@
"outFiles": [
"${workspaceFolder}/out/test/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions github-authentication-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down
2 changes: 1 addition & 1 deletion helloworld-sample/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"outFiles": [
"${workspaceFolder}/out/**/*.js"
],
"preLaunchTask": "npm: watch"
"preLaunchTask": "NPM watch in background"
}
]
}
1 change: 1 addition & 0 deletions helloworld-sample/.vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "NPM watch in background",
"type": "npm",
"script": "watch",
"problemMatcher": "$tsc-watch",
Expand Down

0 comments on commit 0e64681

Please sign in to comment.