Closed furai closed 5 years ago
I updated my vscode yesterday to 1.35.0 (unclear if its insider or not, i dont think it is) and the extension has been disabled (not by me)
Same as @jameshood118, VS Code got updated when I opened it today and the extension was disabled automatically. There's no messages in the Output console
I've fixed it form myself for now till the issue is resolved here in the repo. Steps to follow:
extension.vsixmanifest
<Property Id="Microsoft.VisualStudio.Code.Engine" Value="1.34.0" />
with 1.35.0
for latest stable and 1.36.0
for latest insider version.extension/package.json
:
"vscode": "1.36.0"
with 1.35.0
for latest stable and 1.36.0
for latest insider version.If you CBA to do these changes I can send you my modified version but I think that instructions above are easy enough to follow. I figured it out and I'm no VSCode extension developer.
EDIT: Just to be clear - I encourage you to wait until the actual developers fix the issue on their end cause I have no idea if even the GraphQL extension is 100% compatible with these newer engines.
@furai Thanks for reporting this and pushing this forward. This should be fixed in 0.1.9
.
I am closing this issue, please re-open if the problem persists.
Hello,
I'm unable to get the latest 0.1.8 version of the plugin. Only 0.1.7 works. Can I somehow install newer version explicitly?
Specifications
Version: 1.35.0-insider Commit: 553cfb2c2205db5f15f3ee8395bbd5cf066d357d Date: 2019-06-04T00:08:32.039Z Electron: 3.1.8 Chrome: 66.0.3359.181 Node.js: 10.2.0 V8: 6.6.346.32 OS: Linux x64 5.1.6-050106-generic
Cheers, Furai