mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 16:49:06 +01:00
html-language-features CONTRIBUTING.md is wrong. Fixes #129842
This commit is contained in:
@@ -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 @@
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user