mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
Fix CSS imports
This commit is contained in:
@@ -23,8 +23,7 @@
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/client/out/**/*.js"
|
||||
],
|
||||
"smartStep": true,
|
||||
"preLaunchTask": "npm: compile"
|
||||
"smartStep": true
|
||||
},
|
||||
{
|
||||
"name": "Launch Tests",
|
||||
@@ -39,8 +38,7 @@
|
||||
"sourceMaps": true,
|
||||
"outFiles": [
|
||||
"${workspaceFolder}/client/out/test/**/*.js"
|
||||
],
|
||||
"preLaunchTask": "npm: compile"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Attach Language Server",
|
||||
|
||||
Reference in New Issue
Block a user