We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3bdf2 commit d9c78b6Copy full SHA for d9c78b6
packages/textlint/.vscode/tasks.json
@@ -6,6 +6,9 @@
6
// ${fileExtname}: the current opened file's extension
7
// ${cwd}: the current working directory of the spawned process
8
// 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
12
{
13
"version": "2.0.0",
14
"tasks": [
0 commit comments