Skip to content

Commit d6db2d0

Browse files
authored
update css language features (codesandbox#6361)
* update css language features * cache
1 parent b3189df commit d6db2d0

File tree

6 files changed

+42
-19
lines changed

6 files changed

+42
-19
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/v18',
10+
to: 'public/vscode-extensions/v19',
1111
},
1212
!SANDBOX_ONLY && {
1313
from: 'node_modules/vscode-oniguruma/release/onig.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/v18';
3+
: '/public/vscode-extensions/v19';
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.

β€Žstandalone-packages/vscode-extensions/out/bundles/main.min.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

β€Žstandalone-packages/vscode-extensions/out/extensions/css-language-features/server/dist/cssServerMain.jsβ€Ž

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

β€Žstandalone-packages/vscode-extensions/out/extensions/css/syntaxes/css.tmLanguage.jsonβ€Ž

Lines changed: 37 additions & 13 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)