Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/content-service/content-service.code-workspace
2492 views
{
   "folders": [
      { "path": "." },
      { "path": "../content-service-api" },
      { "path": "../server" },
      { "path": "../supervisor" },
      { "path": "../ws-daemon" },
      { "path": "../../test" }
   ],
   "settings": {
      "typescript.tsdk": "gitpod/node_modules/typescript/lib",
      "[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,
      "database.connections": [
         {
            "type": "mysql",
            "name": "devstaging DB",
            "host": "127.0.0.1:23306",
            "username": "gitpod",
            "database": "gitpod",
            "password": "test"
         }
      ],
      "launch": {},
      "files.exclude": {
         "**/.git": true
      },
      "go.lintTool": "golangci-lint",
      "gopls": {
      }
   }
}