Commit Graph

1641 Commits

Author SHA1 Message Date
Simon Lamon
bdc8c07580 High contrast gutter items (#240906)
High contract gutter items
2025-03-12 10:07:22 +00:00
Benjamin Christopher Simmonds
7c64719ac9 insertion view init order fix (#243316)
init order
2025-03-12 11:04:04 +01:00
Benjamin Christopher Simmonds
52e197c533 Fix initialization orders for inline edits (#243310)
fix init orders
2025-03-12 10:37:16 +01:00
Connor Peet
0a721d35a2 update layer check 2025-03-11 17:01:42 -07:00
Benjamin Pasero
0e6e6d2bff debt - prepare for property initialisation order changes #243049 (#243184)
* debt - prepare for property initialisation order changes #243049

* missing

* omg?
2025-03-11 14:32:59 +00:00
Benjamin Pasero
129f975fd4 debt - prepare for property initialisation order changes #243049 (#243153) 2025-03-11 08:51:56 +00:00
Peng Lyu
0bec97c0bf re #243049. property initialisation order for file user data provider. (#243101) 2025-03-10 19:22:52 +01:00
Alex Ross
897d7c8abf Fix some property init order debt in comments files (#243095)
Part of #243049
2025-03-10 18:03:17 +01:00
Alex Ross
62e914e344 Make the property init order checker script Windows friendly (#243093)
Part of #243049
2025-03-10 17:54:49 +01:00
Alexandru Dima
1e271e0428 Adopt initialisation order changes (#243090)
Adopt initialisation order changes (#243049)
2025-03-10 17:45:37 +01:00
Ladislau Szomoru
6306af46f0 SCM - 💄 fix property init order in scmHistoryViewPane.ts (#243069) 2025-03-10 06:23:53 -07:00
Aiday Marlen Kyzy
50a7fe5744 Fixing property initialization order check in ghostText.ts (#243068)
fixing property initialization order check in ghostText.ts
2025-03-10 14:04:32 +01:00
Robo
0018d20957 chore: fix property init order in ipc.mp.ts (#243066) 2025-03-10 13:57:36 +01:00
Aiday Marlen Kyzy
4ffd9dd633 Fixing property initialization order in stickyScrollWidget.ts file (#243067)
* running property init order check on sticky scroll widget

* refactoring
2025-03-10 13:53:34 +01:00
Ladislau Szomoru
fb57e96676 SCM - 💄 fix property init order in workingSet.ts (#243061) 2025-03-10 13:14:59 +01:00
Ladislau Szomoru
887fa0736e SCM - 💄 fix property init order in scmViewService.ts (#243060) 2025-03-10 13:10:05 +01:00
Ladislau Szomoru
06e9d7ece1 SCM - 💄 fix property init order in quickDiffDecorator.ts (#243058) 2025-03-10 12:46:39 +01:00
Ladislau Szomoru
8d69af582f SCM - 💄 fix property init order in activity.ts (#243056) 2025-03-10 12:27:12 +01:00
Johannes Rieken
2cde379d3a fix property init order for chatEditingCodeEditorIntegration (#243051)
* add explaining comment

* fix property init order for `chatEditingCodeEditorIntegration`

https://github.com/microsoft/vscode/issues/243049
2025-03-10 11:37:20 +01:00
Johannes Rieken
c04ac5a5df add property-init-order-check and run during CI (just like valid layers check) (#243042)
Enable ignore list which capture current violations and todo list
2025-03-10 10:22:18 +01:00
Daniel Imms
db9b899525 Fix new terminal suggest icon colors
Part of #241727

The rest of this issue will be fixed in March
2025-02-27 13:21:52 -08:00
Benjamin Pasero
c202fb0bcf ux - tweak status locations including copilot to be more aligned with our UX standards (#242154) 2025-02-27 10:14:21 +01:00
Benjamin Pasero
c75ab9d934 chat - status tweaks (#242110) 2025-02-26 13:31:46 -07:00
Benjamin Pasero
74e43f0375 chat - tweaks to status (#242073) 2025-02-26 16:05:46 +01:00
Benjamin Pasero
6988f72b91 chat - status UX tweaks (#242027) 2025-02-26 09:35:15 +01:00
Benjamin Pasero
cf93804e07 chat - refactor status entry (#241454) 2025-02-21 10:18:14 -07:00
Johannes Rieken
b14a80cb7f fix https://github.com/microsoft/vscode/issues/241094 (#241114) 2025-02-18 19:53:44 +01:00
Ladislau Szomoru
761beba6f2 Engineering - increase worker count for mangling (#241076)
* Engineering - increase worker count for mangling

* Compile .js file
2025-02-18 12:54:01 +01:00
Marc Mueller
883e8823d0 Add panelTitleBadge color variables (#240645)
* Add panelTitleBadge color variables

* Revert builtin theme changes

* Move panel section in theme.ts

* Use ACTIVITY_BAR_BADGE_* styles as default for PANEL_TITLE_BADGE_*
2025-02-18 11:35:28 +01:00
Henning Dieterichs
547f38708a Implements inline edit fade out animation (#241031) 2025-02-17 20:18:43 +01:00
Henning Dieterichs
05b004e64f Uses squiggles for warnings 2025-02-12 16:18:36 +01:00
Connor Peet
cccd0a35c6 eng: cherry-pick 1.97.1 fixes (#240409) 2025-02-11 19:47:56 +01:00
Sandeep Somavarapu
e3f0fe37ba fix #237915 (#239966) 2025-02-10 15:12:38 +01:00
Johannes Rieken
f6fb04a2bb Merge pull request #238409 from tmm1/tmm1/tsb-edgecase
tsb: fix for deleted and re-added source file not being re-generated
2025-01-31 14:01:03 +01:00
João Moreno
9d43b0751c remove svgz from default file types (#239180)
* remove svgz from default file types

fixes #231021

* push missing compilation
2025-01-31 10:49:12 +01:00
João Moreno
ce2c2f3c79 fix build (#238530)
* fix build

* fix build

* one more fix
2025-01-23 09:41:55 +01:00
Aman Karmani
e76c50f20e build: switch build/tsconfig.json to module: nodenext (#238426)
* build/tsconfig: switch to module: nodenext for bun compat

* build: rewrite imports for nodenext compat

* build: re-generate
2025-01-22 20:12:39 +01:00
Aman Karmani
ce19b614c5 build: re-generate 2025-01-21 17:09:00 -08:00
Aman Karmani
649d3e29c3 build: update to include more tsc boilerplate 2025-01-21 16:46:16 -08:00
Aman Karmani
61e52c3265 tsb: fix for deleted and re-added source file not being re-generated 2025-01-21 14:21:13 -08:00
Alex Ross
d24b8fb490 Add a token store for tree sitter (#237885)
* Add a token store for tree sitter

* Handle root node change

* Split tokens, changes between syntax nodes, proper new end position when multiple edits

* Holes between nodes

* Add guess token store

* Fix deleting tokens

* Switch over to range based and capture offsets early

* 🧹

* 🗑️

* Only block for 5 ms, comments in monaco.d.ts

* Faster and more scoped changed range finding

* Revert "Faster and more scoped changed range finding"

This reverts commit 84b3f4a612.

* Faster and more scoped changed range finding

* Use already computed end position

* Only expose fully parsed trees from tree sitter and do capture immediately.

* Improve race by only firing tree change event when the tree parse is on the same version as the model

* Fix race

* Fix disposable leak in test

* Fix parsing loop bug

* Fix race condition in the token store layer

* Don't block when collecting tokens

* Fix tests

* Fix some tests

* Add Performance to CORE_TYPES

* Add missing js file
2025-01-21 15:02:16 +00:00
Martin Aeschlimann
434fed4032 remove from i18n 2025-01-17 09:47:24 +01:00
Johannes Rieken
a5d836544d tweak auto-accept flow (#238057)
* make setting a number which is the delay in seconds
* no count-down in btn, but just an simple animation
* stop auto-accept when hovering over the btn

https://github.com/microsoft/vscode-copilot/issues/11747
2025-01-16 17:01:26 +01:00
Benjamin Christopher Simmonds
645027c7d9 Highlight accepted inline edits temporarily (#237682)
highlight edit after applying
2025-01-10 12:20:18 -08:00
Aman Karmani
fb0388deb6 tsb: avoid processing css imports 2025-01-07 18:04:08 -08:00
Aman Karmani
33c3dbafa4 tsb - normalize filenames consistently in add/removeScriptSnapshot 2025-01-07 18:03:38 -08:00
Benjamin Pasero
f6e97b7c97 debt - go over todos (#235924)
* debt - go over todos

* fix hygiene
2024-12-12 14:47:59 +01:00
Johannes Rieken
a40e594f25 Check for cyclic dependencies during compile (#235808)
* Check for cyclic dependencies during compile

Changes gulp-tsb to check the emitted JS code for cyclic dependencies. Historically we never cared about cycles between TS files as long as they dissappeared after compile (e.g type-dependencies, not runtime dependencies)

https://github.com/microsoft/vscode-internalbacklog/issues/5271

* fix cycling dependencies

fyi @aeschli @aiday-mar

* remove cyclic dependency with unused `BasedTextEdit` fyi @hediet

* remove cycle between chatEditService and chatEditingSession

fyi @alexdima

* remove cyclic dependency between chatSetup and chatViewPane

fyi @roblourens

* better cycle detection

* don't check cycles when not needed

* clear graph when reprocessing file dependencies

* remove cycle between with `notebookChatEditController` fyi @DonJayamanne

* modernize and cleanup tsb/utils
2024-12-11 11:26:59 +01:00
Johannes Rieken
8439692139 make edits highlight more smooth and animated when "stuck" (#235376) 2024-12-05 11:33:16 +01:00
Henning Dieterichs
90e852884b Inline edits ui tweaks (#235018) 2024-12-02 18:19:53 +00:00