8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d24a828 commit 6fb5c3eCopy full SHA for 6fb5c3e
packages/website/src/components/editor/loadSandbox.ts
@@ -25,7 +25,7 @@ function loadSandbox(tsVersion: string): Promise<SandboxModel> {
25
paths: {
26
linter: '/sandbox',
27
sandbox: 'https://www.typescriptlang.org/js/sandbox',
28
- vs: `https://typescript.azureedge.net/cdn/${tsVersion}/monaco/min/vs`,
+ vs: `https://playgroundcdn.typescriptlang.org/cdn/${tsVersion}/monaco/min/vs`,
29
},
30
// This is something you need for monaco to work
31
ignoreDuplicateModules: ['vs/editor/editor.main'],
0 commit comments