mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
sandbox - consolidate fileUriFromPath into one
This commit is contained in:
@@ -32,7 +32,7 @@ function initLoader(opts) {
|
||||
nodeRequire: require,
|
||||
nodeMain: __filename,
|
||||
catchError: true,
|
||||
baseUrl: bootstrap.fileUriFromPath(path.join(__dirname, '../../../src')),
|
||||
baseUrl: bootstrap.fileUriFromPath(path.join(__dirname, '../../../src'), process.platform === 'win32'),
|
||||
paths: {
|
||||
'vs': `../${outdir}/vs`,
|
||||
'lib': `../${outdir}/lib`,
|
||||
|
||||
Reference in New Issue
Block a user