Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/markdown-language-features/server/.vscode/launch.json')
-rw-r--r--extensions/markdown-language-features/server/.vscode/launch.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/extensions/markdown-language-features/server/.vscode/launch.json b/extensions/markdown-language-features/server/.vscode/launch.json
new file mode 100644
index 00000000000..1ea07e048c8
--- /dev/null
+++ b/extensions/markdown-language-features/server/.vscode/launch.json
@@ -0,0 +1,14 @@
+{
+ "version": "0.1.0",
+ // List of configurations. Add new configurations or edit existing ones.
+ "configurations": [
+ {
+ "name": "Attach",
+ "type": "node",
+ "request": "attach",
+ "port": 7675,
+ "sourceMaps": true,
+ "outFiles": ["${workspaceFolder}/out/**/*.js"]
+ }
+ ]
+} \ No newline at end of file