More stuff
This commit is contained in:
11
claude/integration-memory/feedback_workspace_template.md
Normal file
11
claude/integration-memory/feedback_workspace_template.md
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
name: Edit workspace template, not the generated file
|
||||
description: Integration.code-workspace is generated; edit Integration.code-workspace.tpl.json instead
|
||||
type: feedback
|
||||
originSessionId: b0f1e20f-9463-4d0f-aead-52a71412214a
|
||||
---
|
||||
`Integration.code-workspace` is a generated file. The source of truth is `Integration.code-workspace.tpl.json` at the project root.
|
||||
|
||||
**Why:** Edits to the generated `.code-workspace` get blown away the next time the workspace is regenerated, silently losing the change.
|
||||
|
||||
**How to apply:** Whenever a settings change needs to land in the VS Code workspace (e.g., `clangd.path`, `clangd.arguments`, file associations), edit `Integration.code-workspace.tpl.json`. Don't touch `Integration.code-workspace` directly.
|
||||
Reference in New Issue
Block a user