Skip to content
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

Test: TypeScript 2.0.3 upgrade #12633

Closed
3 tasks done
dbaeumer opened this issue Sep 26, 2016 · 1 comment
Closed
3 tasks done

Test: TypeScript 2.0.3 upgrade #12633

dbaeumer opened this issue Sep 26, 2016 · 1 comment
Assignees

Comments

@dbaeumer
Copy link
Member

dbaeumer commented Sep 26, 2016

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:

  • 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:

capture

  • 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. ...
  • try things...
  • if the error is an 'obvious' TypeScript problem file the issue directly against the TS repository: https://github.com/Microsoft/TypeScript. Otherwise file it against vscode.
@waderyan
Copy link

waderyan commented Sep 27, 2016

  • Create a new workspace. Open VS Code. See a prompt indicating TS 2.0.3.

IntelliSense

  • Browser IntelliSense (i.e. console).

image

  • Single file IntelliSense.

image

  • Multiple file IntelliSense. Requires jsconfig.json.
  • Third party IntelliSense. Requires jsconfig.json and typings.

Code Navigation

Refactorings

  • Rename

Formatting

  • Format on type
  • Format on command

Linting

  • Obvious syntax error

image

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants