Skip to content

Commit b9f6205

Browse files
committed
VS != Atom :)
1 parent dbf06aa commit b9f6205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ First install the plugin in your project:
101101
npm install --save-dev typescript-styled-plugin
102102
```
103103

104-
Then add a `plugins` section to your [`tsconfig.json`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html) or [`jsconfig.json`](https://code.visualstudio.com/Docs/languages/javascript#_javascript-project-jsconfigjson) and restart Atom.
104+
Then add a `plugins` section to your [`tsconfig.json`](http://www.typescriptlang.org/docs/handbook/tsconfig-json.html).
105105

106106
```json
107107
{
@@ -115,7 +115,7 @@ Then add a `plugins` section to your [`tsconfig.json`](http://www.typescriptlang
115115
}
116116
```
117117

118-
Then reload your project to make sure the plugin has been loaded properly.
118+
Then reload your project to make sure the plugin has been loaded properly. Note that `jsconfig.json` projects are currently not supported in VS.
119119

120120

121121
## Configuration

0 commit comments

Comments
 (0)