vscode/extensions/search-result
Matt Bierner b1e9155139
Use generic for providers with resolve methods (#96955)
* 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
2020-05-11 13:06:03 -07:00
..
src Double click on file name to peek. Closes #89467 2020-01-29 00:43:03 -08:00
syntaxes Add .yml syntax hilighting. Closes #92027. 2020-03-05 09:32:53 -08:00
extension.webpack.config.js Add extension build scripts 2019-11-25 11:55:15 -08:00
package.json Use generic for providers with resolve methods (#96955) 2020-05-11 13:06:03 -07:00
package.nls.json Remove outdated extension contributed commands 2020-01-24 17:24:03 -08:00
README.md Add better description to search result editor readme. 2019-12-13 17:11:06 -08:00
tsconfig.json Add initial search editor implementation (#85424) 2019-11-24 02:35:39 -08:00
yarn.lock Use generic for providers with resolve methods (#96955) 2020-05-11 13:06:03 -07:00

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.