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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ The below is an example that only matches "\*.m.css" files, and [camel-cases das
66
66
By default, VSCode will use it's own version of TypeScript. To make it work with this plugin, you have two options:
67
67
68
68
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).
70
70
71
71
```json
72
72
{
@@ -80,7 +80,7 @@ By default, VSCode will use it's own version of TypeScript. To make it work with
80
80
81
81
_Note: Create React App users can skip this section if you're using `react-scripts@2.1.x` or higher._
82
82
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.
84
84
85
85
Where you store global declarations is up to you. An example might look like: `src/custom.d.ts`.
0 commit comments