More stuff

This commit is contained in:
2026-05-26 16:58:29 -04:00
parent 493ae99d90
commit f8fca90c6f
8 changed files with 94 additions and 7 deletions

View 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.