Commit graph

119912 commits

Author SHA1 Message Date
Daniel Imms 569caf471c
Merge pull request #208091 from microsoft/tyriar/207751
Terminal chat: Hide by default, don't create on focus check
2024-03-19 06:29:03 -07:00
Daniel Imms 639804800b
Terminal chat: Hide by default, don't create on focus check
Fixes #207751

I couldn't find a repro, but hopefully this fixes it
2024-03-19 05:20:44 -07:00
Robo 92e85248d7
fix: use different package name for legacy servers (#208088) 2024-03-19 13:16:17 +01:00
Aiday Marlen Kyzy 9a63e6829c
adding more indentation tests 2024-03-19 12:21:09 +01:00
Benjamin Pasero 64874113ad
aux editors - block moveEditor when unsupported (#208077) 2024-03-19 11:38:42 +01:00
Benjamin Pasero 7c4c34ef04
aux window - make it easier to create status elements in all opened windows (#208012) 2024-03-19 10:00:35 +01:00
Don Jayamanne 55d6f3050d
Drop custom metadata property from notebooks behind setting (#208065)
* Drop custom metadata property behind setting

* Do not update existing object
2024-03-19 19:37:59 +11:00
Benjamin Pasero 770afe0673
aux window - veto window close for custom editors without backup (#208063) 2024-03-19 08:29:14 +01:00
Don Jayamanne 690a5a8709
Show 'File saved' not Cell Metadata Updated (#208053) 2024-03-19 07:45:17 +01:00
Benjamin Pasero 2389f17277
speech - activate extension also for keyword recognition (#208062) 2024-03-19 07:30:11 +01:00
Peng Lyu 36ced2d33a
Fix go to action on notebook toolbar (#208061) 2024-03-19 06:59:32 +01:00
Tyler James Leonhardt 7c51753f7c
More improvements to the QuickPick Tree (#208054)
From the user's perspective:
* Now the cmd/alt+up/down keybindings that cycle through separators have the following behavior:
  * if a separator is visible, just reveal it without messing with scroll top
  * if a separator is not visible, scroll it up to the top of the view
* When the active item, or your mouse, is over an item, the actions on that section's separator are also visible

Code perspective:
* Separate separators & regular items into their own renderers (there's more to clean up here, but a good start)
* Allow the renderers to know which items are visible and expose that (so that we can determine which separator to show actions on)
* Folded revealing an item into the focus function for ease
* Simplified the call to `setElements` to be used in "tree-like" scenarios or "list-like" scenarios
2024-03-18 20:47:49 -07:00
Don Jayamanne 1e95cb902e
Keep notebook model in sync with the ipynb json (#208052) 2024-03-18 20:17:46 -07:00
Daniel Imms 7c74357bd1
Merge pull request #208047 from microsoft/tyriar/4288
Adopt buttonConfigProvider for terminal chat actions
2024-03-18 16:33:59 -07:00
Daniel Imms 20a38ea60c
Merge pull request #208046 from microsoft/tyriar/4535
Fix terminal chat input background
2024-03-18 16:23:21 -07:00
Daniel Imms 7084cf9ff1
Adopt buttonConfigProvider for terminal chat actions
Fixes microsoft/vscode-copilot#4288
2024-03-18 16:18:59 -07:00
Daniel Imms d56e1ee5a0
Fix terminal chat input background
Fixes microsoft/vscode-copilot#4535
2024-03-18 16:08:35 -07:00
Andrea Mah 85421b6a3b
move AI search sparkle button to input (#207780)
* move sparkle to input

* cleanup
2024-03-18 15:46:55 -07:00
Sandeep Somavarapu 3abe33bb0d
register supportWorkspaceExtensions setting not in stable (#208040) 2024-03-18 23:40:44 +01:00
Peng Lyu 6511910095
Align notebook variables api command shape with api typings. (#208045) 2024-03-18 15:40:02 -07:00
Ulugbek Abdullaev b082f18ff8 rename suggestions: add telemetry to capture time before first input-field edit 2024-03-18 23:38:15 +01:00
Ulugbek Abdullaev e94bb7770b rename suggestions: fix: reset isEditingRenameCandidate when rename-candidate focus changes or one is selected 2024-03-18 23:38:15 +01:00
Ulugbek Abdullaev 102349e869 rename suggestions: refactor: shuffle around class fields for readability 2024-03-18 23:38:15 +01:00
Ulugbek Abdullaev 74e41997fc rename suggestions: refactor: move stats to a proper object instead of inlining them into result 2024-03-18 23:38:15 +01:00
Michael Lively a3af971b72
Add setting to exclude non-header md cells from notebook outline view (#207771)
* setting to exclude non-header md entries

* fix stickyscroll early return when we lose outlineEntry for non-header md cell

* change setting name and behavior to match

* add toggle non-header menu item
2024-03-18 14:24:02 -07:00
Ulugbek Abdullaev 091ad6b40e rename suggestions: fix: set selection in rename input field to initial selection in editor 2024-03-18 22:20:43 +01:00
Matt Bierner 18d118aaf5
Pick up latest TS for building VS Code (#208041) 2024-03-18 22:12:00 +01:00
Daniel Imms b3701a9d89
Merge pull request #208036 from microsoft/tyriar/199611
Enable shell integration in hidden terminals
2024-03-18 12:57:56 -07:00
Michael Lively cf9f2452e7
Add Filter menu to notebook outline view (#208034)
add entry filter menu to notebook outline
2024-03-18 12:55:20 -07:00
Sandeep Somavarapu b356bddcac
make the setting application scoped (#208035) 2024-03-18 20:01:31 +01:00
Daniel Imms f5f392c2c4
Enable shell integration in hidden terminals
As I understand it, hidden terminals were always exempty from shell
integration because hidden terminals were thought of as private to an
extension in a way, and also since they probably weren't going to be
interacted with. Especially since the introduction of the environment
variable collection API I think we should change this decision, not
doing so will lead to weirdness for extensions where hidden ones (which
may be shown later) aren't fully featured and get inconsistent envs.

Fixes #199611
Part of #197187
2024-03-18 11:58:22 -07:00
Connor Peet 7015a87618
cli: avoid adoption of tunnels with existing host connections (#208033)
Fixes https://github.com/microsoft/vscode-remote-release/issues/9655
2024-03-18 19:44:07 +01:00
Bhavya U ff15e55781
Clear accounts badge when settings are disabled (#208028) 2024-03-18 19:41:49 +01:00
Daniel Imms 438bfd29c2
Merge pull request #208030 from microsoft/tyriar/xterm_240318
Update xterm.js
2024-03-18 11:15:21 -07:00
Matt Bierner 6ab9dd8ff1
Suppress extension diagnostics in code blocks (#207754)
May re-enable in the future. Also we can't simply disable the markers feature as this also turns off a number of useful markers for stuff like go to def
2024-03-18 10:57:25 -07:00
Sandeep Somavarapu 1b1b41c41b
report extension signature telemetry (#208027) 2024-03-18 10:44:33 -07:00
Daniel Imms 16b2e2d68e
Update xterm.js
Fixes a glyph scaling issue among other minor things
2024-03-18 10:30:57 -07:00
Sandeep Somavarapu 987d9282e8
make workspace extensions feature experimental and insiders only (#208021)
* make workspace extensions feature experimental and insiders only

* fix tests
2024-03-18 18:13:29 +01:00
Aiday Marlen Kyzy d5f5d2212a
adding more tests 2024-03-18 18:10:22 +01:00
Benjamin Christopher Simmonds c202946237
Scroll Locking Improvements (#208023)
scroll locking improvements
2024-03-18 17:13:03 +01:00
Henning Dieterichs 484fd56d48 Fixes arrow positioning. 2024-03-18 17:08:21 +01:00
Don Jayamanne 3242621276
Remove unwanted vscode property when not required (#208014) 2024-03-18 08:50:28 -07:00
Aiday Marlen Kyzy f71d90f052
using again the initial split, because currently not able to combine the tests 2024-03-18 16:17:22 +01:00
btwiuse b356b209a5
cli: add --server-base-path flag to code serve-web command (#207932)
* feat(cli): add --server-base-path flag to `code serve-web` command

* fix clippy

* fmt

---------

Co-authored-by: navigaid <navigaid@gmail.com>
2024-03-18 08:12:08 -07:00
Robo c45557f69b
chore: update server detection script for legacy server (#208000)
* chore: update server detection script for legacy server

* chore: address review feedback
2024-03-18 16:09:27 +01:00
Ladislau Szomoru 010f4fc3cb
SCM - fix input widget height on first render (#208017)
* Source Control - fix commit input height on first render

* Remove debug messaged
2024-03-18 16:00:23 +01:00
Don Jayamanne 19a78385c7
Remove custom property from nb and cell metadata (#207995) 2024-03-18 15:01:04 +01:00
Benjamin Pasero e752296594
aux window - change to an action for when custom editor fails to open (#208004) 2024-03-18 14:49:55 +01:00
Ulugbek Abdullaev 7451929c7e rename suggestions: polish new UX & update telemetry 'source' field to reflect that now the source can be combination of copilot rename suggestion and user edit; should we add similarity check? 2024-03-18 14:36:30 +01:00
Ulugbek Abdullaev dda59c2328 rename suggestions: fix: clear focused rename suggestion when input field changes 2024-03-18 14:36:30 +01:00