mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-24 00:05:46 +01:00
* init * Re-work code search implementation Prepping for future work by making it easier to have individual repos in a workspace handle code search their own way. The previous implementation had gotten kind of unwieldy after we bolted on the ADO support. Extending it further would have made this even worse