Commit Graph

18 Commits

Author SHA1 Message Date
Ulugbek Abdullaev 0ae760bbed logService: feat: migrate ITracer to ILogger interface (#3127)
* logService: feat: migrate ITracer to ILogger interface

Replace deprecated ITracer interface with ILogger across inline edits
and xtab providers. Add LogTarget.fromCallback() and withExtraTarget()
to ILogger for callback-based logging support previously provided by
ITracer's sub() method.

* tracing: migrate off of ITracer in favor of ILogService

* Update src/extension/xtab/node/xtabProvider.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* address copilot review

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-26 09:52:49 +00:00
Benjamin Christopher Simmonds 57c1b237f8 fix import suggestions (#2715) 2026-01-05 22:36:47 +00:00
Matt Bierner 3c8134184b Enable no-unexternalized-strings in repo (#2448)
Enables the same `no-unexternalized-strings` with have in `vscode` in this repo. This make sure we have a more consistent style across repos and when generating edits
2025-12-05 18:45:12 +00:00
Benjamin Christopher Simmonds 63ae7a246f add more logs (#2115) 2025-11-20 17:54:29 +00:00
Benjamin Christopher Simmonds 1e6980839c Add more trace logging to measure timing (#2113) 2025-11-20 17:44:05 +00:00
Sandeep Somavarapu fedde4f1f1 clean up: (#2040)
* clean up:
- simplify namespaces
- simplify defining settings

* fix unused configs
2025-11-17 14:32:52 +00:00
Sandeep Somavarapu a943613f4f migrate internal settings to advanced (#2028)
* Reapply "first cut - migrate settings marked with INTERNAL and adopt to advanc…" (#2021)

This reverts commit 9dfc3993af.

* fix default values of migrated settings
2025-11-15 15:29:04 +00:00
Alexandru Dima 9dfc3993af Revert "first cut - migrate settings marked with INTERNAL and adopt to advanc…" (#2021)
This reverts commit 3898ba5474.
2025-11-14 21:59:22 +00:00
Sandeep Somavarapu 3898ba5474 first cut - migrate settings marked with INTERNAL and adopt to advanced tag (#1717)
* first cut - migrate settings marked with INTERNAL and adopt to advanced tag

* support old key while
- reading config value
- reading experiment
- listening to changes

* make experiment change event aware of old id

* fix tests

* fix tests

* Add backward support for the pattern used in older experiments

* fix id

---------

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2025-11-14 17:04:48 +00:00
Ulugbek Abdullaev 0ea7b0e7f9 nes: refactor: remove ghNearbyNesProvider.ts (#1664)
* nes: refactor: move out `editWouldUndo`

* nes: refactor:  rename file to better reflect what it is
2025-10-27 17:27:26 +00:00
Ulugbek Abdullaev dc3d13ad31 nes: fix: dispose RejectionCollector (#744) 2025-08-25 09:40:56 +00:00
Benjamin Christopher Simmonds 724ec81666 Rely more on observable document for better notebook support (#519)
* rely more on observable document due to notebooks

* set debounceDelayMs to 0
2025-08-08 12:18:35 +00:00
Don Jayamanne 1353530b73 TextEdit to TextReplacement for Notebook in NES (#449) 2025-08-05 08:13:47 +00:00
Don Jayamanne ef0e276845 Similar API for notebook and text docs in VSCode Workspace (#371) 2025-07-28 08:43:05 +00:00
Ulugbek Abdullaev 6c7f7fbed6 logService: simplify API (#375) 2025-07-28 08:00:50 +00:00
Don Jayamanne 5a84e4a08d Use alternative notebook format for NES (#352)
* Use alternative notebook format for NES

* Updates
2025-07-25 14:24:27 +00:00
Benjamin Christopher Simmonds 3b2476f2bd edit tacking for import nes (#233) 2025-07-14 08:29:58 +00:00
kieferrm 333d9a4053 Hello Copilot
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
2025-06-27 11:35:20 +02:00