You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We upgraded TS to 2.0.3. In addition VS Code's source code got adapted to TS 2.0.3. We need to test the TS functionality on a test workspace. Do the following:
Upgrade info:
create a new workspace and open VS Code.
you should see a message informing you about the fact that we upgraded to TS 2.0.3. We only show the message once so you might have already seen it. If so open the Dev tools and delete the following entry from local store:
try again.
Feature testing
create a new workspace or take an existing workspace and upgrade it to TS 2.0.3 if you use a local typescript install update it to TS 2.0.3 (e.g. if you use typescript.tsdk).
test all TS functions like: error reporting, intellisense, goto definition, find references, format, format on type, hover, rename. ...
Tests #10136
Complexity: 4
We upgraded TS to 2.0.3. In addition VS Code's source code got adapted to TS 2.0.3. We need to test the TS functionality on a test workspace. Do the following:
Upgrade info:
Feature testing
The text was updated successfully, but these errors were encountered: