Update VSCode Typescript version setting (#43131)

This PR updates VSCode settings to use Fleet's installed version of
Typescript (v4.7.4) for its language server (linting, autocomplete,
etc.) instead of what's built in to VSCode (v6.0.2). As the two can
drift, we end up with VSCode incorrectly highlighting certain syntax as
incorrect.
This commit is contained in:
Scott Gress 2026-04-07 11:27:10 -05:00 committed by GitHub
parent 4457459422
commit 2790ba984e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,5 +37,6 @@
"prettier.requireConfig": true,
"yaml.schemas": {
"https://json.schemastore.org/codecov.json": ".github/workflows/codecov.yml"
}
},
"js/ts.tsdk.path": "node_modules/typescript/lib"
}