aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Application Support/Code/User/settings.json
diff options
context:
space:
mode:
authorSimen A. W. Olsen <cobraz@cobraz.no>2020-11-21 00:39:59 +0100
committerSimen A. W. Olsen <cobraz@cobraz.no>2020-11-21 00:39:59 +0100
commit1543146c5c14237699dc1faba381113c96bcd48c (patch)
tree7f882559a2e24e0e3c49d2c916978bfbb4efa29b /Library/Application Support/Code/User/settings.json
parent5c77c07a2368c16952fb0f1dfb8be831eb1d1e6d (diff)
downloaddotfiles-1543146c5c14237699dc1faba381113c96bcd48c.tar.gz
dotfiles-1543146c5c14237699dc1faba381113c96bcd48c.zip
add vscode settings
Diffstat (limited to 'Library/Application Support/Code/User/settings.json')
-rw-r--r--Library/Application Support/Code/User/settings.json63
1 files changed, 63 insertions, 0 deletions
diff --git a/Library/Application Support/Code/User/settings.json b/Library/Application Support/Code/User/settings.json
new file mode 100644
index 0000000..a7a8250
--- /dev/null
+++ b/Library/Application Support/Code/User/settings.json
@@ -0,0 +1,63 @@
+{
+ "window.zoomLevel": 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": "Microsoft",
+ "debug.javascript.breakOnConditionalError": true,
+ "debug.javascript.autoAttachFilter": "smart",
+ "debug.javascript.usePreview": false
+} \ No newline at end of file