Skip to content

Commit 8fe24a6

Browse files
committed
Update docs
1 parent b3e2823 commit 8fe24a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The below is an example that only matches "\*.m.css" files, and [camel-cases das
6666
By default, VSCode will use it's own version of TypeScript. To make it work with this plugin, you have two options:
6767

6868
1. Add this plugin to `"typescript.tsserver.pluginPaths"` in settings. Note that this method doesn't currently support
69-
plugin options.
69+
plugin options. This is planned for the [November update](https://github.com/Microsoft/vscode/issues/62876).
7070

7171
```json
7272
{
@@ -80,7 +80,7 @@ By default, VSCode will use it's own version of TypeScript. To make it work with
8080

8181
_Note: Create React App users can skip this section if you're using `[email protected]` or higher._
8282

83-
If your project doesn't already have global declarations for CSS Modules, you will need to add these to help TypeScript understand the general shape of the imported CSS.
83+
If your project doesn't already have global declarations for CSS Modules, you will need to add these to help TypeScript understand the general shape of the imported CSS during build.
8484

8585
Where you store global declarations is up to you. An example might look like: `src/custom.d.ts`.
8686

0 commit comments

Comments
 (0)