Fix CSS imports

This commit is contained in:
Pine Wu
2019-01-28 13:55:55 -08:00
parent 2c1040da1f
commit 4c89a268f5
2 changed files with 8 additions and 7 deletions

View File

@@ -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",