Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Update README.md for TS instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemh committed Jul 21, 2023
1 parent 8c7a6fb commit fb584d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ Syntax Highlighting is specifically made to work with `styled` so make sure your

See: https://github.com/styled-components/vscode-styled-components/issues/118#issuecomment-833007295

Secondly make sure your file is set to the right language. It should be `typescriptreact` or `javascriptreact`. Using the correct extensions (jsx, tsx) should help with this.
Secondly, make sure your file is set to the right language. It should be `typescriptreact` or `javascriptreact`. Using the correct extensions (jsx, tsx) should help with this.

Thirdly, please ensure you are using the correct version of this extension corresponding to your TypeScript version. If you are using typescript@5.0.0 or greater, you may use the latest version of this extension. Otherwise, please use version 1.7.5 of this extension. You can install a specific **version** of an extension in VS Code by installing the latest, opening the [command palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette), and choosing the "Extensions: Install Specific Version of Extension..." option.

### Emmet tab completion isn't working

Expand Down

0 comments on commit fb584d9

Please sign in to comment.