|
1 | 1 | { |
2 | | - "markdown.validate.enabled": true, |
3 | | - "editor.formatOnSave": true, |
4 | | - "[toml]": { |
5 | | - "editor.defaultFormatter": "esbenp.prettier-vscode" |
6 | | - }, |
7 | | - "json.schemas": [ |
8 | | - { |
9 | | - "fileMatch": ["./config/_default/*.toml", "config.toml"], |
10 | | - "url": "https://json.schemastore.org/hugo.json" |
11 | | - }, |
12 | | - { |
13 | | - "fileMatch": [".prettierrc"], |
14 | | - "url": "https://json.schemastore.org/prettierrc.json" |
15 | | - }, |
16 | | - { |
17 | | - "fileMatch": ["renovate.json"], |
18 | | - "url": "https://docs.renovatebot.com/renovate-schema.json" |
19 | | - }, |
20 | | - { |
21 | | - "fileMatch": ["theme.toml"], |
22 | | - "url": "https://json.schemastore.org/hugo-theme.json" |
23 | | - }, |
24 | | - { |
25 | | - "fileMatch": ["package.json"], |
26 | | - "url": "https://json.schemastore.org/package.json" |
27 | | - }, |
28 | | - { |
29 | | - "fileMatch": [".stylelintrc.json"], |
30 | | - "url": "https://json.schemastore.org/stylelintrc.json" |
31 | | - }, |
32 | | - { |
33 | | - "fileMatch": ["pyproject.toml"], |
34 | | - "url": "https://json.schemastore.org/pyproject.json" |
35 | | - }, |
36 | | - { |
37 | | - "fileMatch": [".pre-commit-config.yaml"], |
38 | | - "url": "https://json.schemastore.org/pre-commit-config.json" |
39 | | - } |
| 2 | + "telemetry.feedback.enabled": false, |
| 3 | + "redhat.telemetry.enabled": false, |
| 4 | + "docker.lsp.telemetry": "off", |
| 5 | + "rest-client.enableTelemetry": false, |
| 6 | + "editorconfig.generateAuto": false, |
| 7 | + "markdown.validate.enabled": true, |
| 8 | + "go.useLanguageServer": true, |
| 9 | + "editor.formatOnSave": true, |
| 10 | + "go.formatTool": "gofumpt", |
| 11 | + "[go]": { |
| 12 | + "editor.semanticHighlighting.enabled": true, |
| 13 | + "editor.defaultFormatter": "golang.go" |
| 14 | + }, |
| 15 | + "gopls": { |
| 16 | + "formatting.gofumpt": true, |
| 17 | + "ui.semanticTokens": true, |
| 18 | + "formatting.local": "github.com/esacteksab" |
| 19 | + }, |
| 20 | + "emeraldwalk.runonsave": { |
| 21 | + "commands": [ |
| 22 | + { |
| 23 | + "match": "\\.go$", |
| 24 | + "cmd": "golines ${file} -w --base-formatter=gofumpt" |
| 25 | + } |
40 | 26 | ] |
| 27 | + }, |
| 28 | + "[toml]": { |
| 29 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 30 | + }, |
| 31 | + "json.schemas": [ |
| 32 | + { |
| 33 | + "fileMatch": ["./config/_default/*.toml", "config.toml"], |
| 34 | + "url": "https://json.schemastore.org/hugo.json" |
| 35 | + }, |
| 36 | + { |
| 37 | + "fileMatch": [".prettierrc"], |
| 38 | + "url": "https://json.schemastore.org/prettierrc.json" |
| 39 | + }, |
| 40 | + { |
| 41 | + "fileMatch": ["theme.toml"], |
| 42 | + "url": "https://json.schemastore.org/hugo-theme.json" |
| 43 | + }, |
| 44 | + { |
| 45 | + "fileMatch": ["package.json"], |
| 46 | + "url": "https://json.schemastore.org/package.json" |
| 47 | + }, |
| 48 | + { |
| 49 | + "fileMatch": [".stylelintrc.json"], |
| 50 | + "url": "https://json.schemastore.org/stylelintrc.json" |
| 51 | + }, |
| 52 | + { |
| 53 | + "fileMatch": ["pyproject.toml"], |
| 54 | + "url": "https://json.schemastore.org/pyproject.json" |
| 55 | + }, |
| 56 | + { |
| 57 | + "fileMatch": [".pre-commit-config.yaml"], |
| 58 | + "url": "https://json.schemastore.org/pre-commit-config.json" |
| 59 | + }, |
| 60 | + { |
| 61 | + "fileMatch": [".github/dependabot.yml"], |
| 62 | + "url": "https://json.schemastore.org/dependabot-2.0.json" |
| 63 | + }, |
| 64 | + { |
| 65 | + "fileMatch": [".github/workflows/*.yml"], |
| 66 | + "url": "https://json.schemastore.org/github-action.json" |
| 67 | + }, |
| 68 | + { |
| 69 | + "fileMatch": [".golangci.yaml"], |
| 70 | + "url": "https://golangci-lint.run/jsonschema/golangci.jsonschema.json" |
| 71 | + } |
| 72 | + ], |
| 73 | + "yaml.schemas": { |
| 74 | + "https://golangci-lint.run/jsonschema/golangci.jsonschema.json": [ |
| 75 | + ".golangci.yaml" |
| 76 | + ] |
| 77 | + }, |
| 78 | + "material-icon-theme.files.associations": { |
| 79 | + "go.tool.mod": "go-mod", |
| 80 | + "go.tool.sum": "go-mod", |
| 81 | + "*.txtar": "Go_gopher", |
| 82 | + ".current-tag": "docker" |
| 83 | + }, |
| 84 | + "material-icon-theme.folders.associations": { |
| 85 | + "testdata": "Test" |
| 86 | + }, |
| 87 | + "files.associations": { |
| 88 | + "go.tool.mod": "go.mod", |
| 89 | + "go.tool.sum": "go.sum" |
| 90 | + } |
41 | 91 | } |
0 commit comments