robb0wen / synthwave-vscode

Synthwave inspired colour theme for VS Code 🌅🕶
MIT License
5.14k stars 1.18k forks source link

Update VS Code to v1.70.0 Breaks Neon Glow - This PR Fixes Glow Feature #268

Closed gregdolley closed 1 year ago

gregdolley commented 1 year ago

The latest update to VS Code v1.70.0 broke the neon activation part of this theme. This is because the location of VS Code's workbench.html moved from "/Contents/Resources/app/out/vs/code/electron-browser/workbench/" to "/Contents/Resources/app/out/vs/code/electron-sandbox/workbench/." So I added some code to check the VSC version and use the correct directory path.

robb0wen commented 1 year ago

There's another PR in progress for this issue, but for the sake of ease and completeness I'll merge this one in and republish the extension

gregdolley commented 1 year ago

There's another PR in progress for this issue, but for the sake of ease and completeness I'll merge this one in and republish the extension

Cool, thanks!