- project_path, deploy.*, cron: resolve from monorepo root; ia_dev submodule bumped - enso/smart_ide.code-workspace folder paths ../../enso, ../../builazoo - Document in projects/README, remote-deployed-data-ssh.md
17 lines
174 B
Plaintext
17 lines
174 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "../.."
|
|
},
|
|
{
|
|
"path": "../../enso"
|
|
},
|
|
{
|
|
"path": "../../builazoo"
|
|
}
|
|
],
|
|
"settings": {
|
|
"smartIde.activeProjectId": "enso"
|
|
}
|
|
}
|