Closed AlbinoDrought closed 3 years ago
Thank you!
Hey, for what it's worth the .vsix file in this repo (and maybe on the official VSCode extension marketplace?) seems to include some old files in the out
folder:
I experienced the same issue when building locally and was able to solve it with an rm -rf out
before building 😅
Cheers!
I added that to the publish script and created a new version. Thank you for the help!
main
package.json{.main}
points to./out/extension
, but this path no longer exists. This PR updates it to the new existing path. This causes the extension to once again load in code-oss/vscodium, fixing https://github.com/oderwat/vscode-indent-rainbow/issues/100