be5invis / vscode-custom-css

Custom CSS Plugin for Visual Studio Code. Based on vscode-icon
MIT License
832 stars 58 forks source link

Extension no longer works on macOS Monteray + VS Code 1.62.3? #156

Closed JohnKurlak closed 2 years ago

JohnKurlak commented 2 years ago

After updating to VS Code 1.62.3 on macOS Monteray, the extension no longer works for me. It looks as if /Applications/Visual Studio Code.app/Contents/Resources/app/out/vs/workbench/workbench.html no longer exists. I just see workbench.desktop.main.js and workbench.desktop.main.css. Do we need a fix similar to the one for https://github.com/be5invis/vscode-custom-css/issues/148?

carljohnson93 commented 2 years ago

Same issue, though I'm on High Sierra

katerlouis commented 2 years ago

I'm on VS Code 1.63.2 on my new M1 Max Macbook Pro 16'' with altest macOS Monteray and also can't get my setup to work again :(

iambudi commented 2 years ago

Mine is working fine on 1.63.2 M1. Just need to adjust the css classes in my custom style css file following 1.63.2 via developer tool inspect element.

fharper commented 2 years ago

I have the same issue on 1.63.2 macOS Monterey 12.1 even when adjusting some CSS classes that changed 😅

fharper commented 2 years ago

For now I just add my code in workbench.desktop.main.css directly and ignore the "corrupt" message.

katerlouis commented 2 years ago

Mine is working fine on 1.63.2 M1. Just need to adjust the css classes in my custom style css file following 1.63.2 via developer tool inspect element.

I don't understand how that's possible. Like OP points out: workbench.html doesn't exist anymore.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.