mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-30 12:15:32 +01:00
c70f922201
* Add Suggestion Provider For TS Directives Adds a new completion provider to suggest typescript comment directives, such as `@ts-check` or `@ts-ignore` Fixes #25413 * Add descriptions to snippets