mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
[html] Format embedded JavaScript
This commit is contained in:
8
extensions/html/.vscode/launch.json
vendored
8
extensions/html/.vscode/launch.json
vendored
@@ -24,6 +24,14 @@
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/client/out/test",
|
||||
"preLaunchTask": "npm"
|
||||
},
|
||||
{
|
||||
"name": "Attach Language Server",
|
||||
"type": "node",
|
||||
"request": "attach",
|
||||
"port": 6004,
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/server/out"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user