chore: scaffold claw-code + vllm workspace (#1)

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>
This commit is contained in:
minsung
2026-04-09 14:36:47 +09:00
commit 65c8da3c96
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"folders": [
{ "name": "clawcodeapp", "path": "." },
{ "name": "vllm-windows", "path": "../vllm-windows" }
],
"settings": {}
}