A project that puts VSCode on Mica.
Disclaimer: ALPHA! This is still unstable!
- Visual Studio Code (this project does not automatically install vscode!)
- Run following commands after you open (2 extensions should be automatically installed: Vibrancy and Fix VSCode Checksums)
- You need to do these after you open for the first time
Ctrl + Shift + P then 'Reload Vibrancy'
Ctrl + Shift + P then 'Fix Checksums: Apply'
- (Optional) Add Custom CSS (see section below)
- Close and reopen Mica VSCode if you haven't already
Optional for better effect
- Install Extension Custom CSS and JS Loader
- Create a css file somewhere in your computer
html:lang(en) {
background: transparent !important;
}
Ctrl + Shift P
thenPreferences: Open Settings (JSON)
- On the last few lines of the settings
...
"vscode_custom_css.imports": [
/* Add this in! Change D:/ to whatever drive */
"file://D:/path/to/file.css"
]
Ctrl + Shift + P
thenReload Custom CSS and JS
- Close and reopen Mica VSCode
Ctrl + Shift + P
thenFix Checksums: Apply
- Close and reopen Mica VSCode