mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 23:44:09 +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