[json] fix sourcemaps

This commit is contained in:
Martin Aeschlimann
2016-03-04 15:22:32 +01:00
parent 14fea843f8
commit 46657ddea7
5 changed files with 9 additions and 4 deletions

View File

@@ -10,8 +10,8 @@
"--extensionDevelopmentPath=${workspaceRoot}"
],
"stopOnEntry": false,
"sourceMaps": false,
"outDir": "${workspaceRoot}/out",
"sourceMaps": true,
"outDir": "${workspaceRoot}/client/out",
"preLaunchTask": "npm"
}
]