-
Notifications
You must be signed in to change notification settings - Fork 58
fix: vscode workspaceState bug workaround #302
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
Conversation
see alexa#301 for writeup, microsoft/vscode@06c07d2 introduces a subtle backwards compatibility issue which causes the extension to be unusable
|
Thanks the deep investigation and fix, apologies we didn't get to it. |
|
No problem, we all get busy sometimes. Glad I could fix it |
|
Hi. im still experiencing this issue, running in VScode 1.101.2 and Ask toolkit 2.16.0 |
|
@milasantacruz Strange, can you share the relevant extension logs? You can do this by pressing CTRL+Shift+P, choosing |
|
@Anonymous941 |
|
That log doesn't seem contain the error message. Can you try opening the project in order to get the "Workspace is not a valid skill project" popup, then afterwords exporting the logs? |
|
Got it. To be honest I'm not really sure how to fix this, since the logs aren't being very helpful here. The way I fixed the old problem was by adding special logging in VSCode's source code around the function that changed after using If you haven't already, can you try disabling all other extensions and seeing if the error still occurs? |


Description
See #301 for the writeup, microsoft/vscode@06c07d2 introduces a subtle backwards compatibility issue which causes the extension to be unusable
Motivation and Context
Fixes #301, which makes the extension completely unusable in VS Code versions after 1.96.4
Testing
This has been tested on VS Code version 1.101.14098
Screenshots (if appropriate)
Types of changes
Checklist
License