Auto-run a VSCode extension command on startup?

Viewed 22

I'm using this extension: https://marketplace.visualstudio.com/items?itemName=be5invis.vscode-custom-css

To run a custom CSS file for my theme. Trouble is, even with VSCode set to always run as admin, I have to run the "Reload Custom CSS" command every time I startup VSCode to re-enable the custom CSS file.

Is there a way to set VScode to automatically run that "Reload Custom CSS" command for me every time it opens? I've seen this similar question: How do I run an extension command on startup on VSCode?

But the extension is already set to "*" for ActivationEvents...?

Here's the GitHub repo for it, but I have it downloaded through the Marketplace: https://github.com/be5invis/vscode-custom-css

0 Answers
Related