mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
fix source maps for builtin extensions (Windows)
This commit is contained in:
@@ -73,7 +73,7 @@ var tasks = compilations.map(function(tsconfigFile) {
|
||||
addComment: false,
|
||||
includeContent: !!build,
|
||||
sourceRoot: function(file) {
|
||||
var levels = file.relative.split('/').length;
|
||||
var levels = file.relative.split(path.sep).length;
|
||||
return '../'.repeat(levels) + 'src';
|
||||
}
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user