Now, you are ready to run and test the themes locally. Bear in mind that VSCode does not provide a direct way to preview theme changes in real-time without packaging and installing the extension, but if you want to keep track of your changes and additions without constantly packaging, installing, and restarting your editor, you can simply create a new instance of VSCode, press `F5` (or `Run` menu), open a new `Development Host` window and, finally, `Start Debugging`. After making changes to your theme files, you can reload the extension by clicking the refresh icon in the top left corner of the instance launched in development mode, which facilitates _a lot_ the testing process. Remember, however, that this method is for previewing changes during development; once you are satisfied with the changes, you would still need to package and install the extension for others to use - like me! _All of us, all of us, all of us..._
0 commit comments