ok
This commit is contained in:
16
plans/slot_workspace_82c92cd4.plan.md
Normal file
16
plans/slot_workspace_82c92cd4.plan.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
name: slot workspace
|
||||
overview: 在 `/Users/ray/Documents/project/www/slot` 创建一个 Cursor/VS Code workspace 文件,并把该目录下一级项目文件夹加入 workspace。默认排除隐藏目录 `.vscode`,不递归加入嵌套子目录。
|
||||
todos: []
|
||||
isProject: false
|
||||
---
|
||||
|
||||
# 创建 Slot Workspace
|
||||
|
||||
将创建 `[slot.code-workspace](/Users/ray/Documents/project/www/slot/slot.code-workspace)`,内容使用标准 VS Code/Cursor workspace JSON:
|
||||
|
||||
```json
|
||||
{
|
||||
"folders": [
|
||||
{ "path": "backend" },
|
||||
{ "path": "monitor" }
|
||||
Reference in New Issue
Block a user