Skip to content

Commit d9c78b6

Browse files
committed
chore: add note to tasks
1 parent ad3bdf2 commit d9c78b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/textlint/.vscode/tasks.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// ${fileExtname}: the current opened file's extension
77
// ${cwd}: the current working directory of the spawned process
88
// A task runner that calls a custom npm script that compiles the extension.
9+
10+
// NOTE: We do not use `"type": "npm"` because VS Code may incorrectly choose the package manager.
11+
// cf. https://github.com/microsoft/vscode/issues/170101
912
{
1013
"version": "2.0.0",
1114
"tasks": [

0 commit comments

Comments
 (0)