Files
dokku/workspace.code-workspace
Jose Diaz-Gonzalez d3b01ffb2f refactor: use vscode workspace to better support go modules in devcontainer
This allows gopls to handle autocompletion by setting multiple workspace roots it can traverse for dependencies.
2022-01-22 02:52:08 -05:00

116 lines
1.4 KiB
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "plugins/00_dokku-standard"
},
{
"path": "plugins/20_events"
},
{
"path": "plugins/app-json"
},
{
"path": "plugins/apps"
},
{
"path": "plugins/builder"
},
{
"path": "plugins/builder-dockerfile"
},
{
"path": "plugins/builder-herokuish"
},
{
"path": "plugins/builder-null"
},
{
"path": "plugins/builder-pack"
},
{
"path": "plugins/buildpacks"
},
{
"path": "plugins/certs"
},
{
"path": "plugins/checks"
},
{
"path": "plugins/common"
},
{
"path": "plugins/config"
},
{
"path": "plugins/cron"
},
{
"path": "plugins/docker-options"
},
{
"path": "plugins/domains"
},
{
"path": "plugins/enter"
},
{
"path": "plugins/git"
},
{
"path": "plugins/logs"
},
{
"path": "plugins/network"
},
{
"path": "plugins/nginx-vhosts"
},
{
"path": "plugins/plugin"
},
{
"path": "plugins/proxy"
},
{
"path": "plugins/ps"
},
{
"path": "plugins/registry"
},
{
"path": "plugins/repo"
},
{
"path": "plugins/resource"
},
{
"path": "plugins/run"
},
{
"path": "plugins/scheduler"
},
{
"path": "plugins/scheduler-docker-local"
},
{
"path": "plugins/scheduler-null"
},
{
"path": "plugins/shell"
},
{
"path": "plugins/ssh-keys"
},
{
"path": "plugins/storage"
},
{
"path": "plugins/trace"
}
],
"settings": {}
}