gitpod/gitpod-ws.code-workspace
Gero Posmyk-Leinemann 76781bf322
[dev] Update workspace libraries to match kubernetes (containerd, runc, buildkit) (#20526)
* [workspace] Set lib versions: containerd to 1.6.36, runc 1.1.14 and buildkit to 0.12.5

Reasoning: https://linear.app/gitpod/issue/CLC-982/update-containerd-to-latest-patch-16x-k8s-and-runc-libs-in-gitpod-mono#comment-d5450e2c

* [golangci] Remove superfluous notlint and checks

* [image-builder-mk3] Fix incomplete tests where a library made the field "mediaType" non-optimal

    Original change: https://github.com/opencontainers/image-spec/pull/1091

* [docker] Switch from github.com/docker/distribution/reference to github.com/distribution/reference

* [ws-daemon] Internalize libcontainer/specconv because it got dropped between runc 1.1.10 and 1.1.14
2025-01-20 09:32:10 -05:00

170 lines
3.9 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/dashboard"
},
{
"path": "components/gitpod-protocol"
},
{
"path": "components/ide-metrics"
},
{
"path": "components/ide-service"
},
{
"path": "components/image-builder-bob"
},
{
"path": "components/image-builder-mk3"
},
{
"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-api"
},
{
"path": "components/ws-manager-bridge"
},
{
"path": "components/ws-manager-mk2"
},
{
"path": "components/ws-proxy"
},
{
"path": "components/public-api"
},
{
"path": "components/public-api-server"
},
{
"path": "components/public-api/typescript"
},
{
"path": "components/gitpod-db"
},
{
"path": "test"
},
{
"path": "dev/blowtorch"
},
{
"path": "dev/changelog"
},
{
"path": "dev/gpctl"
},
{
"path": "dev/gp-gcloud"
},
{
"path": "dev/loadgen"
},
{
"path": "dev/preview/previewctl"
},
{
"path": "install/installer"
},
{
"path": "install/preview"
},
{
"path": "components/node-labeler"
},
{
"path": "components/server"
},
{
"path": "components/spicedb"
},
{
"path": "components/spicedb/codegen"
}
],
"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",
"go.lintFlags": ["-disable", "govet,errcheck,staticcheck", "--allow-parallel-runners", "--timeout", "15m"],
"gopls": {
"allowModfileModifications": true
},
"prettier.configPath": "/workspace/gitpod/.prettierrc.json"
}
}