mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
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:
parent
4457459422
commit
2790ba984e
1 changed files with 2 additions and 1 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -37,5 +37,6 @@
|
||||||
"prettier.requireConfig": true,
|
"prettier.requireConfig": true,
|
||||||
"yaml.schemas": {
|
"yaml.schemas": {
|
||||||
"https://json.schemastore.org/codecov.json": ".github/workflows/codecov.yml"
|
"https://json.schemastore.org/codecov.json": ".github/workflows/codecov.yml"
|
||||||
}
|
},
|
||||||
|
"js/ts.tsdk.path": "node_modules/typescript/lib"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue