You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tsc generates error messages of the following form:
[10:13:10] Error: /Users/me/Development/projects/vscode/extensions/html/server/src/modes/htmlMode.ts(36,31): Property 'findDocumentSymbols' does not exist on type 'LanguageService'.
[10:13:10] Error: /Users/me/Development/projects/vscode/extensions/markdown/src/extension.ts(50,36): Property 'com_mands' does not exist on type 'typeof 'vscode''.
The files are correctly linkified. We should have a link detection extension that also includes the line and column information so that we can directly jump to the error by clicking the link.
The text was updated successfully, but these errors were encountered:
I think this is solved in the April 2017 (version 1.12) release.
However I would like it to match also when the line and column are within brackets like [10, 22] in order to work with tslint and other tools that use this style. Related tslint issue here.
While testing #21021.
tsc generates error messages of the following form:
The files are correctly linkified. We should have a link detection extension that also includes the line and column information so that we can directly jump to the error by clicking the link.
The text was updated successfully, but these errors were encountered: