-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone
Milestone
Description
TypeScript Version: 2.0
Code
tsconfig.json
{
"compilerOptions": {
"module": "commonjs",
"abdb": 10
}
}
- open a file that triggers validating the tsconfig.json file
- the event returned from the tsserver is missing start and end properties on the diagnostic literals. You get:
Event received: configFileDiag (0).
Data: {
"triggerFile": "p:/mseng/VSCode/Playgrounds/ts-2.0/test.ts",
"configFile": "p:/mseng/VSCode/Playgrounds/ts-2.0/tsconfig.json",
"diagnostics": [
{
"text": "Unknown compiler option 'abdb'."
}
]
}
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issueHelp WantedYou can do thisYou can do thisSuggestionAn idea for TypeScriptAn idea for TypeScriptVS Code PriorityCritical issues that VS Code needs fixed in the current TypeScript milestoneCritical issues that VS Code needs fixed in the current TypeScript milestone