|
1 | 1 | { |
2 | | - "folders": [ |
3 | | - { "path": "." }, |
4 | | - { "path": "components/blobserve" }, |
5 | | - { "path": "components/common-go" }, |
6 | | - { "path": "components/content-service" }, |
7 | | - { "path": "components/docker-up" }, |
8 | | - { "path": "components/ee/agent-smith" }, |
9 | | - { "path": "components/gitpod-cli" }, |
10 | | - { "path": "components/gitpod-protocol" }, |
11 | | - { "path": "components/image-builder-bob" }, |
12 | | - { "path": "components/image-builder-mk3" }, |
13 | | - { "path": "components/licensor" }, |
14 | | - { "path": "components/local-app" }, |
15 | | - { "path": "components/registry-facade" }, |
16 | | - { "path": "components/service-waiter" }, |
17 | | - { "path": "components/supervisor" }, |
18 | | - { "path": "components/workspacekit" }, |
19 | | - { "path": "components/ws-daemon" }, |
20 | | - { "path": "components/ws-manager" }, |
21 | | - { "path": "components/ws-proxy" }, |
22 | | - { "path": "test" }, |
23 | | - { "path": "dev/blowtorch" }, |
24 | | - { "path": "dev/changelog" }, |
25 | | - { "path": "dev/gpctl" }, |
26 | | - { "path": "dev/loadgen" }, |
27 | | - { "path": "dev/poolkeeper" }, |
28 | | - { "path": "dev/sweeper" }, |
29 | | - { "path": "install/installer" } |
30 | | - ], |
31 | | - "settings": { |
32 | | - "typescript.tsdk": "gitpod/node_modules/typescript/lib", |
33 | | - "[json]": { |
34 | | - "editor.insertSpaces": true, |
35 | | - "editor.tabSize": 2 |
36 | | - }, |
37 | | - "[yaml]": { |
38 | | - "editor.insertSpaces": true, |
39 | | - "editor.tabSize": 2 |
40 | | - }, |
41 | | - "[go]": { |
42 | | - "editor.formatOnSave": true |
43 | | - }, |
44 | | - "[tf]": { |
45 | | - "editor.insertSpaces": true, |
46 | | - "editor.tabSize": 2 |
47 | | - }, |
48 | | - "go.formatTool": "goimports", |
49 | | - "go.useLanguageServer": true, |
50 | | - "workspace.supportMultiRootWorkspace": true, |
51 | | - "launch": {}, |
52 | | - "files.exclude": { |
53 | | - "**/.git": true |
54 | | - }, |
55 | | - "go.lintTool": "golangci-lint", |
56 | | - "gopls": { |
57 | | - "allowModfileModifications": true |
58 | | - } |
59 | | - } |
| 2 | + "folders": [ |
| 3 | + { "path": "." }, |
| 4 | + { "path": "components/blobserve" }, |
| 5 | + { "path": "components/common-go" }, |
| 6 | + { "path": "components/content-service" }, |
| 7 | + { "path": "components/docker-up" }, |
| 8 | + { "path": "components/ee/agent-smith" }, |
| 9 | + { "path": "components/gitpod-cli" }, |
| 10 | + { "path": "components/gitpod-protocol" }, |
| 11 | + { "path": "components/image-builder-bob" }, |
| 12 | + { "path": "components/image-builder-mk3" }, |
| 13 | + { "path": "components/licensor" }, |
| 14 | + { "path": "components/local-app" }, |
| 15 | + { "path": "components/registry-facade" }, |
| 16 | + { "path": "components/service-waiter" }, |
| 17 | + { "path": "components/supervisor" }, |
| 18 | + { "path": "components/workspacekit" }, |
| 19 | + { "path": "components/ws-daemon" }, |
| 20 | + { "path": "components/ws-manager" }, |
| 21 | + { "path": "components/ws-proxy" }, |
| 22 | + { "path": "test" }, |
| 23 | + { "path": "dev/blowtorch" }, |
| 24 | + { "path": "dev/changelog" }, |
| 25 | + { "path": "dev/gpctl" }, |
| 26 | + { "path": "dev/loadgen" }, |
| 27 | + { "path": "dev/poolkeeper" }, |
| 28 | + { "path": "dev/sweeper" }, |
| 29 | + { "path": "install/installer" } |
| 30 | + ], |
| 31 | + "settings": { |
| 32 | + "typescript.tsdk": "gitpod/node_modules/typescript/lib", |
| 33 | + "[javascript]": { |
| 34 | + "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 35 | + "editor.formatOnSave": true |
| 36 | + }, |
| 37 | + "[typescript]": { |
| 38 | + "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 39 | + "editor.formatOnSave": true |
| 40 | + }, |
| 41 | + "[json]": { |
| 42 | + "editor.insertSpaces": true, |
| 43 | + "editor.tabSize": 2 |
| 44 | + }, |
| 45 | + "[yaml]": { |
| 46 | + "editor.insertSpaces": true, |
| 47 | + "editor.tabSize": 2 |
| 48 | + }, |
| 49 | + "[go]": { |
| 50 | + "editor.formatOnSave": true |
| 51 | + }, |
| 52 | + "[tf]": { |
| 53 | + "editor.insertSpaces": true, |
| 54 | + "editor.tabSize": 2 |
| 55 | + }, |
| 56 | + "go.formatTool": "goimports", |
| 57 | + "go.useLanguageServer": true, |
| 58 | + "workspace.supportMultiRootWorkspace": true, |
| 59 | + "launch": {}, |
| 60 | + "files.exclude": { |
| 61 | + "**/.git": true |
| 62 | + }, |
| 63 | + "go.lintTool": "golangci-lint", |
| 64 | + "gopls": { |
| 65 | + "allowModfileModifications": true |
| 66 | + }, |
| 67 | + "prettier.configPath": ".prettierrc.json" |
| 68 | + } |
60 | 69 | } |
0 commit comments