-
Notifications
You must be signed in to change notification settings - Fork 719
Add integration test for restore of file-based programs #8470
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
base: main
Are you sure you want to change the base?
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Depending on what you are debugging that may be expected or not. If you are debugging the extension code running in the tests, there should be source maps which let you step through the typescript. But if you're debugging VSCode itself, unfortunately thats what we have without a lot more setup. |
…b.com/dotnet/vscode-csharp into dev/rigibson/integration-test-restore
@dibarbet pointed out the integration test may be failing because the waiter needs to be explicitly enabled in this context. The test does pass locally, but, maybe lack of the env var was causing a problem in CI. We will find out. It looks like it would also be an option to add a command line argument to LanguageServer and call |
This is the problem
This probably means an SDK update is needed. |
Depends on changes in dotnet/roslyn#79669