Skip to content

Commit b632089

Browse files
committed
Purge cache for vscode extensions
1 parent 164d2f6 commit b632089

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/app/config/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const staticAssets = [
77
},
88
!SANDBOX_ONLY && {
99
from: 'standalone-packages/vscode-extensions/out',
10-
to: 'public/vscode-extensions/v10',
10+
to: 'public/vscode-extensions/v11',
1111
},
1212
!SANDBOX_ONLY && {
1313
from: 'node_modules/onigasm/lib/onigasm.wasm',

packages/app/src/app/overmind/effects/vscode/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export const EXTENSIONS_LOCATION = process.env.VSCODE
22
? '/vscode/extensions-bundle'
3-
: '/public/vscode-extensions/v10';
3+
: '/public/vscode-extensions/v11';
44

55
export const VIM_EXTENSION_ID = 'vscodevim.vim';
66

standalone-packages/vscode-editor/release/min/vs/editor/codesandbox.editor.main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)