mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
b1e9155139
* Use generic for providers with resolve Fixes #95852 Some of our providers have two phases: provide and resolve. This change updates the typings to make it clearer that the values returned by provider are passed into resolve. * Remove duplicate vscode.d.ts in search-result extension * Also use generic type in result of resolve
Language Features for Search Result files
Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
This extension provides Syntax Highlighting, Symbol Infomation, Result Highlighting, and Go to Definition capabilities for the Search Results Editor.