/terminal-setup deletes existing VS Code custom shortcuts
Resolved 💬 2 comments Opened Feb 25, 2025 by mtaran Closed Feb 26, 2025
Bug Description
Running /terminal-setup deletes existing VS Code custom shortcuts. It's almost like you use JSON.parse() to try to parse the existing file, which will predictably fail since VS Code JSON config files allow comments and regular JSON parsers don't. You need to instead be more clever/involved. Claude can probably help you out!
Environment Info
Platform: macos
Terminal: vscode
Version: 0.2.9
Feedback ID: 6eea68f9-201f-44be-8266-4bacc2d82b9b
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗