You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- VS Code extension host JS + webview bundle patching
94
-
3. Languages
95
-
- JavaScript, Markdown
96
-
</details>
97
-
98
-
<details>
99
-
<summary>FAQ / Troubleshooting</summary>
100
-
101
-
- If nothing changes, restart VS Code.
102
-
- If VS Code updates the extension, re-run `npm run apply`.
91
+
<summary>Troubleshooting / Known Issues</summary>
92
+
93
+
- Restart required: if nothing changes, restart VS Code after install/uninstall.
94
+
- Official extension updates: updates can overwrite patched artifacts; re-run the install prompt (or `npm run apply`) after an update.
95
+
- Remote environments: Remote-SSH / WSL / Dev Containers may store extensions under server-side paths (e.g. `.vscode-server/extensions`), so the default script may patch the wrong place.
96
+
- Node missing: the install script requires `node` available in `PATH`.
97
+
- Network blocked: if `raw.githubusercontent.com` is blocked, use the GitHub `.../raw/...` fallback URLs in `docs/INSTALL_FOR_AI.md`.
98
+
- Version drift: if the script reports missing anchors, upstream changed; stop and open an issue with your extension version and the reported mismatch.
0 commit comments