Commit graph

122227 commits

Author SHA1 Message Date
Daniel Imms c330f7468f
Merge pull request #214258 from microsoft/tyriar/214234
Register some listeners
2024-06-04 11:09:55 -07:00
Daniel Imms 201adc0103
Remove CommandDetectionCapability.hasInput
Fixes #213694
2024-06-04 10:59:32 -07:00
Daniel Imms 932303ba65
Register some listeners
Part of #214234
2024-06-04 10:52:59 -07:00
Sandeep Somavarapu a4aa0a330d
more profile editor improvements (#214255) 2024-06-04 19:31:20 +02:00
Aaron Munger 6378dbe3cc
dont calculate element dimensions before styles are loaded (#214249)
* dont calculate element dimensions before styles are loaded

* remove unused import
2024-06-04 10:03:08 -07:00
Alex Ross 04a79b6ea6
Add API proposal to reveal a comment thread (#214251)
Fixes #167253
2024-06-04 10:00:49 -07:00
Connor Peet aef8e26d88
serve-web: fix SECRET_KEY_MINT_PATH does not honour server-base-path (#214250)
Fixes #212369
2024-06-04 09:57:17 -07:00
Andrea Mah 25ce414a16
Merge pull request #214190 from microsoft/andreamah/issue214189
should not use `max_int` as default for for `maxResults`
2024-06-04 09:00:18 -07:00
Henning Dieterichs 430451db35
Merge pull request #214241 from microsoft/hediet/b/sophisticated-canid
Fixes #214049
2024-06-04 17:21:56 +02:00
Henning Dieterichs 7e64cba5a1
Fixes #214049 2024-06-04 17:03:16 +02:00
Henning Dieterichs 3bb57eb6ef
improves obsCodeEditor helper (#214215)
* improves obsCodeEditor helper
2024-06-04 16:17:50 +02:00
Alexandru Dima 0fba8ea5f4
Fixes #207433 (#214233) 2024-06-04 15:56:57 +02:00
Alexandru Dima 8a474b4d16
Fixes #207423 (#214232) 2024-06-04 15:53:39 +02:00
Ladislau Szomoru 75142169cf
Engineering - update winget configuration file (#214228)
* Engineering - update winget configuration file

* Fix the version number
2024-06-04 15:27:50 +02:00
Ladislau Szomoru 463c55397c
SCM - fix timing issue with setting context keys (#214229) 2024-06-04 15:23:10 +02:00
Ladislau Szomoru 7994fdb1ce
SCM - fix input theming (#214225) 2024-06-04 05:31:35 -07:00
Alex Ross d674a83b12
Comment text cut off in comments panel (#214212)
Fixes #212956
2024-06-04 14:11:14 +02:00
Aiday Marlen Kyzy a790cb6a7e
Refactoring the contentHoverController.ts file (#214214)
refactoring the content hover controller file
2024-06-04 12:36:10 +02:00
Ladislau Szomoru 3aba04042a
SCM - 💄 remove the use of a sequencer (#213997)
* Revert "SCM - all calls from extHostSCM to mainThreadSCM should use a sequencer to ensure that the source control object is created (#213792)"

This reverts commit 24dd222ff2.

* Initial implementation

* Pull request feedback

* Revert unnecessary change

* Use map of barriers instead

* 💄 rename
2024-06-04 12:26:26 +02:00
Johannes Rieken d02c5b0807
Merge pull request #214144 from microsoft/joh/intense-heron
Use `esModuleInterop` flag, adopt star-imports
2024-06-04 12:22:54 +02:00
Aiday Marlen Kyzy c46c45742e
Store minRebuildRromLine field so sticky scroll is ultimately correctly rerendered (#213916)
* adding changes

* on this branch we have all the other changes

* using the next rebuild from line variable

* adding changes

* polishing the code
2024-06-04 11:06:21 +02:00
Benjamin Pasero 3f40253059
Merge branch 'main' into joh/intense-heron 2024-06-04 09:28:53 +02:00
Benjamin Pasero 00f0f260b9
esm - remove graceful-fs (#214164)
* esm - remove `graceful-fs`

This module was used to patch `fs`, which is not supported in ESM. Besides, it makes us behave different from standard node.js that has meanwhile evolved from the time where `graceful-fs` was created.

* update comment

* update comment

* use more `fs.promises`

* 💄
2024-06-04 09:27:08 +02:00
Ladislau Szomoru 0592fdf38b
SCM - 💄 use observables for count and statusBarCommands (#214202) 2024-06-04 09:25:47 +02:00
Johannes 782128f01a
remove graceful-fs error message 2024-06-04 09:20:19 +02:00
Sandeep Somavarapu bc4fdf7520
improvements to profiles editor (#214198)
* feedback

* use list

* reduce size

* fix checkbox and selectbox

* preview profile

* rename

* disable while creating and previewing

* improvements

* refactor

* fix
2024-06-04 08:38:14 +02:00
Johannes 35faacda93
print loader error 2024-06-04 08:23:17 +02:00
Johannes 9350309831
Merge branch 'main' into joh/intense-heron 2024-06-04 08:21:12 +02:00
andreamah fcf8c0bc4f more instances of max safe integer 2024-06-03 17:17:11 -07:00
andreamah f721872ba6 not specifying maxResults on findTextInFiles->textSearchProvider will use MAX_INT for maxResults
Fixes #214189
2024-06-03 17:09:23 -07:00
Connor Peet 5d1faee161
debug: fix hover disappearing 'too quickly' (#214186)
What was actually happening is that in the process of hovering into the
debug hover, another position was briefly hovered. No data was available
for this position, so the hover was hidden.

This PR implements "safe triangle" logic to avoid changing the hover position if the mouse moves in the safe triangle created by a displayed hover widget.

Fixes #212924
2024-06-03 16:46:04 -07:00
Joyce Er 2b7f9e2fff feat: right click to hide empty text editor hint 2024-06-03 16:05:58 -07:00
Joyce Er 9f447e79cd chore: remove empty editor chat hint setting migration 2024-06-03 16:05:58 -07:00
Connor Peet 3c6a63a095
testing: fix testController.items.delete is not removing the item from the tree UI (#214182)
Fixes #213316
2024-06-04 00:00:06 +02:00
Daniel Imms 2217ff29ac
Merge pull request #214181 from microsoft/tyriar/213174
xterm@5.6.0-beta.19
2024-06-03 14:59:43 -07:00
Rob Lourens 6922d00174
Count codeblocks correctly in basicRenderElement (#214179)
Not trying to fix progressive rendering here
Better fix for #214071
2024-06-03 14:45:17 -07:00
Daniel Imms 1d415f3a90
xterm@5.6.0-beta.19
Fixes #213174
Fixes #213304
2024-06-03 14:29:55 -07:00
Megan Rogge 1f3326e5ef
do not show terminal hint for reconnected terminals (#214174)
fix #212278
2024-06-03 22:00:35 +02:00
Matt Bierner 14addc7735
Pick up latest TS for building VS Code (#214171) 2024-06-03 21:20:52 +02:00
Matt Bierner df2861b737
Pick up TS 5.5 for builtin ts extension (#214170)
For #214169
2024-06-03 21:07:18 +02:00
Connor Peet beda79d402
debug: fix allowing logpoints to be set and triggering bps (#214168)
Fixes #213216
2024-06-03 20:46:17 +02:00
Joyce Er 438ea79aa1
refactor: move Add Context... actions to core (#214167) 2024-06-03 20:36:49 +02:00
Megan Rogge 21033da56f
deconstruct signalOptions config object, migrate settings (#214163)
fix #213618
2024-06-03 20:22:31 +02:00
Rob Lourens 2a2a0dbbac
Use correct offset when removing instruction breakpoints (#214162)
Fix #212496
2024-06-03 20:13:55 +02:00
Aaron Munger 06a16255ca
switch default interactive.execute keybinding (#214161)
switch default keybinding
2024-06-03 10:49:51 -07:00
Bhavya U 176b64ac00
[Engineering] Update locker.yml to skip locking closed backlog candidate issues (#214160)
Update locker.yml to ignore closed backlog candidate issues
2024-06-03 10:39:02 -07:00
Johannes b9b51f0fb0
tweak SWC options to allow module interop 2024-06-03 18:40:56 +02:00
Daniel Imms 7be0a5bd10
Merge pull request #214150 from microsoft/tyriar/214142
xterm@5.6.0-beta.18
2024-06-03 09:21:49 -07:00
Aaron Munger bb102e4522
get the serializer from the notebook service each time (#214036)
* get the serializer from the notebook service each time

* add logservice parameter

* fix unit test
2024-06-03 09:21:04 -07:00
Megan Rogge 9dba4c57f5
update default value for setting to .experimental (#214149)
fix #213968
2024-06-03 18:10:02 +02:00