html-language-features CONTRIBUTING.md is wrong. Fixes #129842

This commit is contained in:
Martin Aeschlimann
2021-08-19 11:50:04 +02:00
parent b180991240
commit e6a3ae661d
6 changed files with 31 additions and 24 deletions

View File

@@ -11,8 +11,7 @@
],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/client/out"],
"preLaunchTask": "npm"
"outFiles": ["${workspaceFolder}/client/out"]
},
{
"name": "Launch Tests",
@@ -22,8 +21,7 @@
"args": ["--extensionDevelopmentPath=${workspaceFolder}", "--extensionTestsPath=${workspaceFolder}/client/out/test" ],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceFolder}/client/out/test"],
"preLaunchTask": "npm"
"outFiles": ["${workspaceFolder}/client/out/test"]
},
{
"name": "Attach Language Server",
@@ -43,4 +41,4 @@
]
}
]
}
}