mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
[html] update launch.json to outFiles
This commit is contained in:
8
extensions/html/.vscode/launch.json
vendored
8
extensions/html/.vscode/launch.json
vendored
@@ -11,7 +11,7 @@
|
||||
],
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/client/out",
|
||||
"outFiles": ["${workspaceRoot}/client/out/**/*.js"],
|
||||
"preLaunchTask": "npm"
|
||||
},
|
||||
{
|
||||
@@ -22,7 +22,7 @@
|
||||
"args": ["--extensionDevelopmentPath=${workspaceRoot}", "--extensionTestsPath=${workspaceRoot}/client/out/test" ],
|
||||
"stopOnEntry": false,
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/client/out/test",
|
||||
"outFiles": ["${workspaceRoot}/client/out/test/**/*.js"],
|
||||
"preLaunchTask": "npm"
|
||||
},
|
||||
{
|
||||
@@ -31,7 +31,7 @@
|
||||
"request": "attach",
|
||||
"port": 6004,
|
||||
"sourceMaps": true,
|
||||
"outDir": "${workspaceRoot}/server/out"
|
||||
}
|
||||
"outFiles": ["${workspaceRoot}/server/out/**/*.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user