github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/.devcontainer/cli.code-workspace (about) 1 { 2 "folders": [ 3 { "path": ".." }, 4 { "path": "../../cli-ci" }, 5 { "path": "../../cli-private" }, 6 { "path": "../../cli-workstation" } 7 8 ], 9 "settings": { 10 "github-actions.workflows.pinned.workflows": [ 11 "cli/.github/workflows/integration.yml" 12 ] 13 }, 14 "extensions": { 15 "recommendations": [ 16 "gitpod.gitpod-remote-ssh", 17 "ms-vsliveshare.vsliveshare", 18 "redhat.vscode-yaml", 19 "golang.go", 20 "vscodevim.vim", 21 "ms-vscode.makefile-tools" 22 ] 23 } 24 }