jsconfig.json: Property "plugins" is not allowed
See original GitHub issueThanks the work you’ve put into this! styled-components
intellisense would be awesome!
Unfortunately, i can’t seem to get it to work using vscode 1.16.1. i’ve set it up according to the docs, but there is no intellisense available. Additionally, the jsconfig.json looks like this:
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:7 (4 by maintainers)
Top Results From Across the Web
jsconfig.json: Property "plugins" is not allowed #8 - GitHub
The warning in the jsconfig should not stop the plugin from being loaded. ... Plugins also require TypeScript 2.3+. After updating your jsconfig....
Read more >jsconfig.json Reference - Visual Studio Code
Using the "exclude" property. The exclude attribute (a glob pattern) tells the language service what files are not part of your source code....
Read more >Seeing unknown typescript error in JSConfig.json file
I added a jsconfig.json to my project and for some reason I am getting a typescript error that states dotenv/types not found.
Read more >Customization - Razzle
You can also extend the underlying webpack config. Create a file called razzle.config.js in your project's root. All the hook functions supported in...
Read more >JavaScript - Parcel
json or jsconfig.json file. Currently, the only supported proposal is decorators, which you may be using through TypeScript. tsconfig.json:
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
It doesn’t work 😦 I have
Select TypeScript version
, andRestart TS server
, and try to restart VS Code~jsconfig.json
settings.json
package.json
VS Code:
v1.16.1
The json schema should now be fixed by https://github.com/SchemaStore/schemastore/pull/348
If you are still seeing issues where the plugin is not being loaded in VSCode 1.17, please open a new issue