aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Application Support/Code/User/settings.json
blob: 7f18ccb4f687f53637ae446f88b363c9e7861bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
    "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,
    "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"
}