mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-30 03:16:17 +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