When I try to Enable/Reload Custom CSS and JS after vscode updated, it cannot work with a fatal error:
Error: EPERM: operation not permitted, open 'c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\code\electron-sandbox\workbench\workbench.93e48ee3-e81c-4750-9e98-220d9dfb096c.bak-custom-css' extension.updateCustomCSS {"value":"be5invis.vscode-custom-css","_lower":"be5invis.vscode-custom-css"}
I do not know what the file workbench.********-****-****-****-************.bak-custom-css (those star are random value) is and I don't write the file in user settings.json file. I only write one custom css file in settings.json by vscode_custom_css.imports and this file is outside with vscode's directory, so vscode's update can not effect my css file and I checked my file is still existed after updated.
I'm sure I open vscode with administrator privileges
When I try to Enable/Reload Custom CSS and JS after vscode updated, it cannot work with a fatal error:
Error: EPERM: operation not permitted, open 'c:\Program Files\Microsoft VS Code Insiders\resources\app\out\vs\code\electron-sandbox\workbench\workbench.93e48ee3-e81c-4750-9e98-220d9dfb096c.bak-custom-css' extension.updateCustomCSS {"value":"be5invis.vscode-custom-css","_lower":"be5invis.vscode-custom-css"}
I do not know what the file
workbench.********-****-****-****-************.bak-custom-css
(those star are random value) is and I don't write the file in user settings.json file. I only write one custom css file in settings.json byvscode_custom_css.imports
and this file is outside with vscode's directory, so vscode's update can not effect my css file and I checked my file is still existed after updated.I'm sure I open vscode with administrator privileges
Let me know if you need anymore information
Thanks for everyone who can help me.