- Add features/remote-deployed-data-ssh.md (source of truth on test/pprod/prod) - Extend projects conf smart_ide.remote_data_access and anythingllm slugs (enso example) - active-project.json.example + gitignore; .vscode/settings smartIde.activeProjectId - Update docv integration docs, anythingllm-workspaces, ecosystem, API README - Cursor rule: resolve project id from active-project / env / workspace setting
16 lines
179 B
Plaintext
16 lines
179 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "../.."
|
|
},
|
|
{
|
|
"path": "../../../enso"
|
|
},
|
|
{
|
|
"path": "../../../builazoo"
|
|
}
|
|
],
|
|
"settings": {
|
|
"smartIde.activeProjectId": "enso"
|
|
}
|
|
} |