mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-23 06:33:26 +01:00
* First cut of TS7 context * WIP * Bind events correctly * First TS7 implementation. * First cut of TS7 context providers * Minor improvements * Bug fixes for TS7 context provider * Add setting to enable TS7 language context * Use getSymbolsInScope * Implement nes rename on TS7 Api * First cut of code review * Add the TS7 enablement settings * Some bug fixes * Some final fixes * Make the shared API work * Reject nes rename on symbols from libs * Consider typescriptteam.vscode-typescript extension id * Move tests to test folders * Fix registration code. * Handle cancellation correctly * Fix test case and awaits * Make inflight request fail save * Implement correct dispose * Fix failing test * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Use 7.0.2 again --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>