-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code OSS cannot activate extension after update to 0.5.4 #59
Comments
Hey thanks so much for this report and info. Can you try updating to version 0.5.5? It's working for me in that version. |
Emm.. is it available? In my repo it seems that 0.5.4 is the latest version: |
it says version 0.5.5 is available in the marketplace https://marketplace.visualstudio.com/items?itemName=meganrogge.template-string-converter |
also just tried rolling back to 0.5.4 and wasn't seeing the problem you describe there either. |
Hm. Yeah, just downloaded 0.5.4 from VisualStudio Marketplace and there |
It looks like the This is the result after packaging with @meganrogge it looks like the wrong paths are here, or am I missing something? template-string-converter/package.json Lines 23 to 25 in d814452
|
I made this web-enabled, which is why there is that browser entry there. Replace the scripts in the package.json with:
it will work |
Hello! First of all, this is really must have extension, thanks for creating it!
After update to version
0.5.4
the extension just stops working. After some couple of times reinstalling extension, I've notice the tab "Runtime Status", and on it it was said "Not yet activated". After quite some more time, I've found the "Log (Extension Host)" sections in logs panel and there was error:I went in the extension folder and found that in
packge.json
it is said:"main": "./out/extension.js"
. However there is no folder namedout
. But there is a file, namedlaunch.json
and in it there is a string:So, I've just copied all contend contend of
dir/web
into newly createdout
directory and everything looks to be working now.I'm not familiar with Code extension publishing process, but it looks like something went wrong somewhere in it. Maybe it is due to my Code version, which is 1.62.0, or maybe it somehow related to the fact that in Arch's Linux Code uses different marketplace: Open VSX Registry.
The text was updated successfully, but these errors were encountered: