-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
1.37 breaks the fsprovider-sample extension #78961
Comments
Another clue. After step 9 save the workspace (File\Save Workspace As...). Observe the |
I have just tried with 1.37.0 and everything works as expected.
⬆️ not sure what that means. Did you have different windows of the same app running different versions? |
@bpasero you mentioned an issue about missing activation events when restarting the extension host. does that apply here? |
I actually can reproduce... |
@jrieken there were 2 changes. The first is to do an atomic restart of the extension host (a383dc0) and the second a bugfix that happened when entering a workspace in an empty window running extension development (4968e0a). I tested the mem-fs extension specifically after fixing this, but only running out of sources. PS: my changes are only in insiders |
Yes, I cannot reproduce with 1.38. Closing as duplicate of such changes. @bpasero leaving it up to you to decide if this should be fixed for 1.37.x |
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for existing issues here. See also our issue reporting guidelines. Happy Coding! |
The error message in #78809 (comment) looks similar to what I logged here, so perhaps the issues @bpasero has fixed in Insiders are having a wider effect on 1.37 users? |
Confirming that it works for me too with today's 1.38.0-insider |
For the record, duplicate of #77419. I vote for the fix to go into 1.37.1 Recovery. |
Opened #79006 |
Issue Type: Bug
npm install
and thenF5
to run the sample.MemFS: Setup Workspace
command in the Extension Host window.MemFS: Create Files
F5
.MemFS: Setup Workspace
MemFS: Create Files
and observe thecommand 'memfs.init' not found
error message.The fact that an upgrade from 1.36.1 to 1.37.0 breaks this sample extension suggests the existence of a breaking change.
VS Code version: Code 1.37.0 (036a6b1, 2019-08-08T02:33:50.993Z)
OS version: Windows_NT x64 10.0.17134
The text was updated successfully, but these errors were encountered: