Fix sourceMap functionality

This commit is contained in:
arrkiin
2017-05-05 22:59:39 +02:00
committed by geequlim
parent e21de33ffc
commit f40f091421
2 changed files with 3 additions and 3 deletions

2
.vscode/launch.json vendored
View File

@@ -10,7 +10,7 @@
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": ["${workspaceRoot}/out/src"],
"outFiles": ["${workspaceRoot}/out/src/**/*.js"],
"preLaunchTask": "npm"
},
{