Skip to content

Commit b6d9c81

Browse files
Adds section for VSCode to readme (#30)
* Adds section for VSCode to readme * Update README.md * Update README.md * Update README.md Co-authored-by: Kamil Krysiak <kamkry99@gmail.com> Co-authored-by: Kamil Krysiak <kamkry99@gmail.com>
1 parent 8c0c9b7 commit b6d9c81

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ Because of difficulties with migrating large projects to strict mode with origin
9595
```
9696
update-strict-comments
9797
```
98+
## VSCode support
99+
VSCode supports this plugin out of the box. However, sometimes it can use its own typescript version instead of the project one, resulting in not reading the local tsconfig. If you are using VSCode be sure to have `Use workspace version` option selected in `Typescript: Select Typescript Version...` command available in the [command pallete](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette).
100+
101+
102+
<img width="729" alt="image" src="https://user-images.githubusercontent.com/35625949/153884371-e0f488d4-05b8-4b88-93d2-1caa7e6081f7.png">
103+
98104

99105
## Testing the plugin
100106
### Manually

0 commit comments

Comments
 (0)