Files
jbashrc/claude/integration-memory/feedback_workspace_template.md

12 lines
746 B
Markdown
Raw Normal View History

2026-05-26 16:58:29 -04:00
---
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.