Commit Graph

117229 Commits

Author SHA1 Message Date
Johannes Rieken
054c9129f8 live3 becomes live (#200866) 2023-12-14 18:24:38 +01:00
Aiday Marlen Kyzy
3200af27cb Merge pull request #200851 from microsoft/aiday/refactoringStickyScrollCode
Refactoring sticky scroll code
2023-12-14 17:46:49 +01:00
Johannes Rieken
72626e76ee add live3 to settings (#200861) 2023-12-14 17:36:39 +01:00
Johannes Rieken
f6a6df7dd4 fix https://github.com/microsoft/vscode-copilot/issues/3143 (#200859) 2023-12-14 17:20:18 +01:00
Andrea Mah
3bf55cd5e6 Notebook shows up in search results while not in include files (#200858)
Fixes #191922
2023-12-14 16:55:35 +01:00
Aiday Marlen Kyzy
97ae92a7aa renaming the method 2023-12-14 16:27:47 +01:00
Johannes Rieken
f1dbcdd86d fix https://github.com/microsoft/vscode/issues/175190 (#200854) 2023-12-14 15:37:23 +01:00
Aiday Marlen Kyzy
d5b85c1393 extracting the method _isWidgetHeightZero 2023-12-14 15:37:07 +01:00
Benjamin Simmonds
f5d2b955f8 Updated Icon Label in Extensions Editor (#200853)
Updated icon label in extensions editor
2023-12-14 15:32:12 +01:00
Johannes Rieken
62690dde8d fix https://github.com/microsoft/vscode/issues/187695 (#200850) 2023-12-14 14:16:19 +00:00
Aiday Marlen Kyzy
4d86d2f714 refactoring code 2023-12-14 15:03:18 +01:00
Johannes Rieken
1ec656b886 Merge pull request #198730 from GenericTSDeveloper/suggestVSCode
Fixed issue Misalignment of suggestion details widget (https://github.com/microsoft/monaco-editor/issues/3373)
2023-12-14 14:39:05 +01:00
Johannes
f3f0dcf377 add IOverlayWidgetPositionCoordinates and support fixed overflow overlay widgets 2023-12-14 14:22:38 +01:00
Aiday Marlen Kyzy
73d304596d Merge pull request #200656 from microsoft/aiday/optimizingStickyScroll
Optimizing sticky scroll
2023-12-14 13:11:05 +01:00
Benjamin Simmonds
be96359bbe Themed editor input icons (#200840) 2023-12-14 13:02:07 +01:00
Aiday Marlen Kyzy
239e00d958 adding optimization work 2023-12-14 12:56:56 +01:00
Benjamin Simmonds
a839fc5a84 Localized Workbench Settings Cleanup (#200834)
* localized workbench settings cleanup

* 💄
2023-12-14 11:03:49 +01:00
Malix
31f8f0dd17 Remove unused import in extensions/git/src/api/git.d.ts (#200797)
Remove unused import
2023-12-14 09:01:39 +00:00
Aiday Marlen Kyzy
5a3026211f saving the scroll width at the time when the line is created 2023-12-14 09:44:02 +01:00
Benjamin Pasero
36d32e83a6 clipboard - invalidate resources on copy event (#200641) (#200814) 2023-12-14 08:51:26 +01:00
Benjamin Pasero
b4870983b4 Cannot paste content copied from outside on VS Code Web (#200641) (#200782)
* Cannot paste content copied from outside on VS Code Web (#200641)

* add a limit
2023-12-14 06:07:15 +01:00
Connor Peet
789c802e75 debug: fix editor hover hiding too eagerly in debug mode (#200793)
* debug: fix editor hover hiding too eagerly in debug mode

The hover controller still saw hovers as 'disabled', so it hid it too
soon. Instead, in this PR, editor hovers are generally always enabled
except when a debug hover is shown.

Fixes #182213

While we're at it, make sticky=false work. I took an initial
conservative approach of making non-sticky widgets only when there's not
an interactable tree view in the hover.

That fixes #197463

* debug: improve hover delay heuristic, allow changing without reload

Fixes #180621
2023-12-13 18:44:54 -08:00
Connor Peet
686dae7450 debug: fix incomplete support of DAP invalidated event (#200789)
Re-process stopped details to regenerate stacktraces if asked to invalid threads or stacks.

Fixes #188606
2023-12-13 16:25:21 -08:00
Connor Peet
5794ba9474 debug: fix 'pause' command being available in some places in run without debugging (#200788)
Fixes #195417
2023-12-13 16:24:06 -08:00
Peng Lyu
8d58b542c8 fix #188364. fix notebook find current match overflow (#200790) 2023-12-13 15:34:23 -08:00
Mohammad Amin
41ca350393 debug: close read-only tabs on end debug session (#199898) 2023-12-13 23:20:04 +00:00
Peng Lyu
ef1bd59897 fix #194090. fix cell decoration memory leak (#200786) 2023-12-13 23:03:20 +01:00
Daniel Imms
c3e2394a7f Merge pull request #200785 from microsoft/tyriar/200781
Fix unique terminalContrib name
2023-12-13 13:17:38 -08:00
Daniel Imms
1273221edd Fix unique terminalContrib name
Fixes #200781
2023-12-13 13:03:13 -08:00
Jacek Kopecký
9517ed4b8e Fixes #198566: ellipsize left-cut search preview (#198567)
* Fixes #198566: ellipsize left-cut search preview

* Clarify lcut() functionality, always trim start

* Handle case with only whitespace before the cut point
2023-12-13 12:49:55 -08:00
Benjamin Pasero
2a9badeb15 auto save - further reduce lookup times (#200778) 2023-12-13 20:31:13 +01:00
Joyce Er
2ef9d1c99f fix: don't reshow remote source picker after it's been cancelled (#200775)
* fix: don't reshow remote source picker after it's been cancelled

* fix: dispose more listeners
2023-12-13 20:21:21 +01:00
Joyce Er
9cf4ff9921 fix: allow space to accept agent subcommand completion (#200768) 2023-12-13 19:07:52 +01:00
Justin Chen
228f3ffc59 Fixes automatically triggered code actions (#200765)
removed additional resolve
2023-12-13 17:56:01 +01:00
Benjamin Pasero
f9f1eaa2b3 auto save - reduce lookup overhead (#200762)
* auto save - reduce lookup overhead

* .
2023-12-13 17:37:41 +01:00
Johannes Rieken
2feabcd864 fix https://github.com/microsoft/vscode/issues/194588 (#200759) 2023-12-13 17:19:09 +01:00
Ulugbek Abdullaev
6a289d21b5 endgame notebook: candidate look-up includes only issues & update milestone 2023-12-13 17:05:52 +01:00
Henning Dieterichs
91cd7d8961 Fixes #200747 2023-12-13 17:05:24 +01:00
Alex Ross
86504b9c9c Add ${/} as a shorter alias for ${pathSeparator} predefined variable (#200750)
Fixes #180827
2023-12-13 17:04:54 +01:00
Anthony Stewart
81178e2113 Fire an input event on editor.action.clipboardPasteAction (#198822) 2023-12-13 15:51:43 +00:00
Benjamin Simmonds
5c65dc9d37 Improve tab context menu and fix bugs (#200753)
* Improve tab context menu and fix bugs

* 💄
2023-12-13 16:35:12 +01:00
Alex Ross
7274be86a0 Detect patterns like localhost:3000 when forwarding a port (#200749)
Fixes #180871
2023-12-13 16:13:10 +01:00
Aiday Marlen Kyzy
d19f384e1a Merge pull request #200251 from microsoft/aiday/outputViewStickyScroll
Setting a different color for the output view
2023-12-13 16:09:20 +01:00
Aiday Marlen Kyzy
c061b5297c updating the migration with correct setting name and setting default to 'onCode' 2023-12-13 15:11:34 +01:00
Johannes
8e3ae234e4 make positioning editor-relative only after computing and picking placements (since they use the absolute document's box) 2023-12-13 14:55:35 +01:00
Aiday Marlen Kyzy
344107b800 Merge branch 'main' into aiday/changingTheSettingsForTheLightbulb 2023-12-13 14:51:10 +01:00
Johannes
c5be2dcaad restore overflow-guard behaviour, tweak placeAtAnchor a little and mark details overlay widgets as overflowing 2023-12-13 14:25:09 +01:00
Johannes
3d1e701a83 allow overlay widgets to overflow 2023-12-13 14:24:17 +01:00
Aiday Marlen Kyzy
f06dad8535 Merge pull request #200718 from microsoft/aiday/usingTestRegex
Using test instead of match on regex
2023-12-13 13:09:44 +01:00
Alex Ross
3c86ede5f5 Update grammars (#200730) 2023-12-13 13:08:01 +01:00