File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/app/src/app/overmind/effects/vscode Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- import JSON from 'json5' ;
1+ import JSON5 from 'json5' ;
22import codeSandboxTheme from '@codesandbox/common/lib/themes/codesandbox.json' ;
33import codeSandboxBlackTheme from '@codesandbox/common/lib/themes/codesandbox-black' ;
44
@@ -53,7 +53,7 @@ export function initializeSettings() {
5353 // and applies them 100ms later. There is no check for cursor or anything else.
5454 // This doesn't happen in VSCode Live Share itself, because there they share the LSP between
5555 // multiple users. This way the request is not duplicated among multiple users.
56- const settings = JSON . parse (
56+ const settings = JSON5 . parse (
5757 fs . readFileSync ( '/vscode/settings.json' ) . toString ( )
5858 ) ;
5959 settings [ 'javascript.autoClosingTags' ] = false ;
You can’t perform that action at this time.
0 commit comments