diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2022-03-23 21:21:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-23 21:21:04 +0100 |
| commit | 96c6a124af7ed816e2b6884f8b1c94b3a2426896 (patch) | |
| tree | a196b7905023b30c57949f683aa04d3e9529fee2 /Library/Application Support/Code/User | |
| parent | 3568d6a4d065b11dad6995fb1cf91602acb21750 (diff) | |
| download | dotfiles-96c6a124af7ed816e2b6884f8b1c94b3a2426896.tar.gz dotfiles-96c6a124af7ed816e2b6884f8b1c94b3a2426896.zip | |
Remove VSCode settings
Don't need it anymore; using the «Settings Sync» function that VSCode has
Diffstat (limited to 'Library/Application Support/Code/User')
| -rw-r--r-- | Library/Application Support/Code/User/settings.json | 90 |
1 files changed, 0 insertions, 90 deletions
diff --git a/Library/Application Support/Code/User/settings.json b/Library/Application Support/Code/User/settings.json deleted file mode 100644 index 7184cad..0000000 --- a/Library/Application Support/Code/User/settings.json +++ /dev/null @@ -1,90 +0,0 @@ -{ - "atomKeymap.promptV3Features": true, - "editor.multiCursorModifier": "ctrlCmd", - "editor.formatOnPaste": true, - "workbench.activityBar.visible": true, - "git.autofetch": true, - "editor.fontSize": 18, - "editor.fontFamily": "Menlo, Consolas, DejaVu Sans Mono, monospace", - "git.confirmSync": false, - "typescript.updateImportsOnFileMove.enabled": "always", - "python.jediEnabled": false, - "tslint.packageManager": "yarn", - "git.enableSmartCommit": true, - "[json]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[typescript]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[javascript]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "gitlens.codeLens.enabled": false, - "[javascriptreact]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[typescriptreact]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "[proto3]": { - "editor.defaultFormatter": "zxh404.vscode-proto3" - }, - "[jsonc]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "eslint.validate": [ - "javascript", - "javascriptreact", - "typescript", - "typescriptreact" - ], - "javascript.updateImportsOnFileMove.enabled": "never", - "[php]": { - "editor.defaultFormatter": "kokororin.vscode-phpfmt" - }, - "[html]": { - "editor.defaultFormatter": "HookyQR.beautify" - }, - "[toml]": { - "editor.defaultFormatter": "iceyer.toml-formatter" - }, - "[yaml]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "go.formatTool": "goimports", - "go.useLanguageServer": true, - "go.buildOnSave": "workspace", - "python.languageServer": "Default", - "debug.javascript.breakOnConditionalError": true, - "debug.javascript.autoAttachFilter": "smart", - "debug.javascript.usePreview": false, - "todo-tree.tree.showScanModeButton": false, - "editor.suggestSelection": "first", - "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", - "[dockerfile]": { - "editor.defaultFormatter": "ms-azuretools.vscode-docker" - }, - "files.associations": { - "*.graphql": "graphql" - }, - "[markdown]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "security.workspace.trust.untrustedFiles": "open", - "[go]": { - "editor.insertSpaces": true, - "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.organizeImports": true - } - }, - "[css]": { - "editor.defaultFormatter": "esbenp.prettier-vscode" - }, - "workbench.editor.untitled.hint": "hidden", - "go.toolsManagement.autoUpdate": true, - "diffEditor.ignoreTrimWhitespace": false, - "redhat.telemetry.enabled": true, - "workbench.startupEditor": "none" -}
\ No newline at end of file |
