Add multi-root VS Code workspace linking clawcodeapp with the sibling vllm-windows project, and ignore the nested claw-code upstream clone plus local Claude Code state dirs. Refs: #1 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
8 lines
143 B
Plaintext
8 lines
143 B
Plaintext
{
|
|
"folders": [
|
|
{ "name": "clawcodeapp", "path": "." },
|
|
{ "name": "vllm-windows", "path": "../vllm-windows" }
|
|
],
|
|
"settings": {}
|
|
}
|