microsoft / microsoft/TypeScript
Problems panel lists 4 problems for jsconfig.json in my project
オープン
まだ誰も着手していません。
Needs Investigation
- 主要言語
- Go
- スター
- 111k
- フォーク
- 14.4k
- 平均マージ
- 1日 19時間
- マージ済み PR(30日)
- 117
説明
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
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
提供された jsconfig.json を使用して VS Code で Gatsby プロジェクトにより報告を再現し、その後、そのファイルの Problems panel の診断を確認します。拡張機能を無効にしてプロジェクトを開いたときに、設定に誤った問題やランダムな問題が表示されなくなれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- typescript
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100