{ "workbench.editorAssociations": { "*.ipynb": "jupyter-notebook" }, "terminal.integrated.inheritEnv": false, "terminal.integrated.tabs.enabled": true, "liveServer.settings.donotShowInfoMsg": true, "debug.javascript.terminalOptions": {}, "terminal.integrated.automationShell.osx": "/bin/zsh", "code-runner.runInTerminal": true, "terminal.integrated.wordSeparators": "\"terminal.integrated.defaultProfile.osx\": \"zsh\", \"terminal.integrated.profiles.osx\": { \"tmux\": { \"icon\": \"terminal-tmux\", \"path\": \"tmux\" }, \"zsh\": { \"path\": \"/bin/zsh\" } },", "notebook.cellToolbarLocation": { "default": "right", "jupyter-notebook": "left" }, "editor.acceptSuggestionOnCommitCharacter": false, "emmet.preferences": {}, "editor.defaultFormatter": "esbenp.prettier-vscode", "liveServer.settings.useLocalIp": true, "json.schemas": [], "window.zoomLevel": 2, "workbench.iconTheme": "material-icon-theme", "material-icon-theme.showUpdateMessage": true, "liveServer.settings.file": "index.html", "prettier.singleQuote": true, "editor.accessibilitySupport": "off", "vetur.validation.template": false, "editor.formatOnSave": true, "[javascript]": { "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode" }, "eslint.alwaysShowStatus": true, "files.autoSave": "onFocusChange", "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "eslint.autoFixOnSave": true } }