microsoft / microsoft/TypeScript
Problems panel lists 4 problems for jsconfig.json in my project
Open
Nobody has claimed this yet.
Needs Investigation
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
Description
TS Template added by @mjbvz
TypeScript Version: 4.1.5
Search Terms
- configdiag
- VS Code Version: 1.53.2
- OS Version: Windows 10
Steps to Reproduce:
- Create a new Gatsby project, or clone from my repo
- Open VSCode
- Create a new jsconfig.json file if it does not exist
- Problems panel will randomly show errors on the jsconfig.json file

The jsconfig.json file contains this:
{
"compilerOptions": {
"module": "commonjs",
"jsx": "preserve",
"baseUrl": "./src"
},
"include": ["src"],
"exclude": [
"node_modules",
"**/node_modules/*",
"node_modules/**/*",
"public"
]
}
Does this issue occur when all extensions are disabled?: Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the report with a Gatsby project in VS Code using the supplied jsconfig.json, then inspect the Problems panel diagnostics for that file. Done means the configuration no longer receives erroneous or random problems when the project is opened with extensions disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100