We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dotnet --info output: VS Code version:1.3.1 C# Extension version:1.3.0
dotnet --info
The value of i changes to be 10 in Watch and Locals.
The value of i still is 5.
ScreenShot MIEngine Log Repro Project
The text was updated successfully, but these errors were encountered:
This is a missing feature with the VS Code UI. See microsoft/vscode#2399.
Sorry, something went wrong.
No branches or pull requests
Environment data
dotnet --info
output:VS Code version:1.3.1
C# Extension version:1.3.0
Steps to reproduce
Expected behavior
The value of i changes to be 10 in Watch and Locals.
Actual behavior
The value of i still is 5.
Attachements
ScreenShot
MIEngine Log
Repro Project
The text was updated successfully, but these errors were encountered: