Fix Issue Reporter (#15467) (#15475)

(cherry picked from commit d797ef433a)
This commit is contained in:
Charles Gagnon
2021-05-13 21:44:28 -07:00
committed by GitHub
parent 4356e49793
commit 1d6427ce89

View File

@@ -97,7 +97,7 @@
window['MonacoEnvironment'] = {};
const baseUrl = useCustomProtocol ?
`${bootstrapLib.fileUriFromPath(configuration.appRoot, { isWindows: safeProcess.platform === 'win32', scheme: 'azuredatastudio-file', fallbackAuthority: 'azuredatastudio-app' })}/out` :
`${bootstrapLib.fileUriFromPath(configuration.appRoot, { isWindows: safeProcess.platform === 'win32', scheme: 'vscode-file', fallbackAuthority: 'vscode-app' })}/out` :
`${bootstrapLib.fileUriFromPath(configuration.appRoot, { isWindows: safeProcess.platform === 'win32' })}/out`;
const loaderConfig = {