We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938b460 commit ffe6a66Copy full SHA for ffe6a66
src/browser/pages/vscode.ts
@@ -17,7 +17,7 @@ try {
17
}
18
// FIXME: Only works if path separators are /.
19
const path = nlsConfig._resolvedLanguagePackCoreLocation + "/" + bundle.replace(/\//g, "!") + ".nls.json"
20
- fetch(`${options.base}/resource/?path=${encodeURIComponent(path)}`)
+ fetch(`${options.base}/vscode/resource/?path=${encodeURIComponent(path)}`)
21
.then((response) => response.json())
22
.then((json) => {
23
bundles[bundle] = json
0 commit comments