mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
76 lines
2.5 KiB
Plaintext
76 lines
2.5 KiB
Plaintext
{
|
|
"folders": [
|
|
{ "path": "." },
|
|
{ "path": "components/blobserve" },
|
|
{ "path": "components/common-go" },
|
|
{ "path": "components/content-service" },
|
|
{ "path": "components/docker-up" },
|
|
{ "path": "components/ee/agent-smith" },
|
|
{ "path": "components/gitpod-cli" },
|
|
{ "path": "components/gitpod-protocol" },
|
|
{ "path": "components/ide-metrics" },
|
|
{ "path": "components/ide-service" },
|
|
{ "path": "components/image-builder-bob" },
|
|
{ "path": "components/image-builder-mk3" },
|
|
{ "path": "components/licensor" },
|
|
{ "path": "components/local-app" },
|
|
{ "path": "components/registry-facade" },
|
|
{ "path": "components/service-waiter" },
|
|
{ "path": "components/supervisor" },
|
|
{ "path": "components/usage" },
|
|
{ "path": "components/usage-api" },
|
|
{ "path": "components/workspacekit" },
|
|
{ "path": "components/ws-daemon" },
|
|
{ "path": "components/ws-manager" },
|
|
{ "path": "components/ws-proxy" },
|
|
{ "path": "components/public-api-server" },
|
|
{ "path": "test" },
|
|
{ "path": "dev/blowtorch" },
|
|
{ "path": "dev/changelog" },
|
|
{ "path": "dev/gpctl" },
|
|
{ "path": "dev/gp-gcloud" },
|
|
{ "path": "dev/loadgen" },
|
|
{ "path": "install/installer" },
|
|
{ "path": "install/preview" },
|
|
{ "path": "dev/ready-probe-labeler" },
|
|
],
|
|
"settings": {
|
|
"typescript.tsdk": "gitpod/node_modules/typescript/lib",
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[json]": {
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2
|
|
},
|
|
"[yaml]": {
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2
|
|
},
|
|
"[go]": {
|
|
"editor.formatOnSave": true
|
|
},
|
|
"[tf]": {
|
|
"editor.insertSpaces": true,
|
|
"editor.tabSize": 2
|
|
},
|
|
"go.formatTool": "goimports",
|
|
"go.useLanguageServer": true,
|
|
"workspace.supportMultiRootWorkspace": true,
|
|
"launch": {},
|
|
"files.exclude": {
|
|
"**/.git": true
|
|
},
|
|
"go.lintTool": "golangci-lint",
|
|
"gopls": {
|
|
"allowModfileModifications": true
|
|
},
|
|
"prettier.configPath": ".prettierrc.json"
|
|
}
|
|
}
|