Commit graph

109577 commits

Author SHA1 Message Date
Henning Dieterichs ba158ccf66
Merge pull request #183535 from microsoft/hediet/diff-editor-wip
First draft of diff editor v2.
2023-05-26 15:52:58 +02:00
Johannes ddbac4875c
notebooks create/dispose editors. this means controllers must be created eagerly (😢) and that notebooks need a custom way of plugging comparision keys for session. works unless creating another session for the same cell of a duplicated editor 2023-05-26 15:36:22 +02:00
Johannes a5ab2536d9
log when an editor action doesn't run because of enablement 2023-05-26 15:34:32 +02:00
Henning Dieterichs 397f2e7c34
First draft of diff editor v2. 2023-05-26 15:26:31 +02:00
Ladislau Szomoru 3b7c49cba7
Engineering - update winget configuration file (#183531) 2023-05-26 15:11:53 +02:00
Johannes 6924267d84
improve logging for controller 2023-05-26 14:40:12 +02:00
Benjamin Pasero 41915c1ef4
remote - avoid multiple codicons when high latency (#183525) 2023-05-26 14:28:09 +02:00
Henning Dieterichs d939e5d08f
Merge pull request #183522 from microsoft/hediet/changes
Bugfixes
2023-05-26 13:30:41 +02:00
Henning Dieterichs 017656615a
Observable implementation: Ignore change from dependencies to be removed. 2023-05-26 13:09:53 +02:00
Henning Dieterichs ebc3e1ed76
Observable implementation bugfix + docs 2023-05-26 13:09:52 +02:00
Johannes Rieken 4661aa6e09
inline chat tweaks (#183520)
* move toggle diff btn into drop down menu
* fix a few issues when restoring an IE session
2023-05-26 12:55:05 +02:00
Johannes Rieken bd3a8b6eb5
Merge pull request #183517 from microsoft/joh/lovely-jackal
joh/lovely jackal
2023-05-26 12:31:18 +02:00
Johannes dd1ec9312e
more margin tweaks 2023-05-26 12:15:16 +02:00
Johannes ace5565fd8
css styling tweaks 2023-05-26 12:07:11 +02:00
Jean Pierre 677be0815b Fixes #183445 2023-05-26 05:03:28 -05:00
Johannes e9f6796106
add info messaging showing "Thinking..." on first request 2023-05-26 11:54:37 +02:00
Johannes 36685192a4
add special, button-like rendering for "Accept" command 2023-05-26 11:23:34 +02:00
Johannes fd05c6b56a
move feeback commands into into their own toolbar to the side 2023-05-26 10:26:02 +02:00
Benjamin Pasero 0524ecce23
Merge pull request #183397 from microsoft/ben/uniform-gayal
Provide atomic write and delete support in file service (fix #182974)
2023-05-26 10:18:29 +02:00
Benjamin Pasero 7ca0c85dfe
files - final fixes for PR 2023-05-26 09:42:06 +02:00
Aiday Marlen Kyzy 670f92f22b
Merge pull request #183452 from microsoft/ulugbekna/computeStickyModel-model-is-disposed
computeStickyModel: check token cancellation because it signals that the model is disposed
2023-05-26 09:21:11 +02:00
Connor Peet 8242d20803
fixes for wsl hosting (#183491) 2023-05-26 08:47:56 +02:00
John Murray fb335eb1a0
Prevent duplicate text in workspace folder picker when path has no parent (fix #183418) (#183427)
* Prevent duplicate text in workspace folder picker when path has no parent (fix #183418)

* Instead, blank description when it matched label

* Set `description` undefined when same as `label`
2023-05-26 06:31:26 +00:00
Rob Lourens 2dfb838f49
Add contentWidth/onDidChangeContentWidth to ListView, adopt in debugHover (#183479)
* Add contentWidth/onDidChangeContentWidth to ListView, adopt in debugHover

For #173980

* cleanup
2023-05-25 20:35:35 -07:00
Rob Lourens 0977318801
Restore proposed API check (#183487)
Now that the copilot chat extension is updated and this won't break it
2023-05-25 18:58:45 -07:00
John Bampton ceac58a9f0
src: fix spelling in TypeScript files (#183477) 2023-05-26 01:55:26 +00:00
Matt Bierner ea7d830fb4
Fix some errors for project wide JS/TS IntelliSense (#183482)
- Don't compute `semanticSupportedSchemes` early, as this may be incorrect if the script is loaded before there are workspace folders

- Handle exceptions when watching files by logging them but not crashing the server
2023-05-25 18:43:46 -07:00
Rob Lourens 110b68473b
Always set max-width on chat views, not just in editor (#183484)
* Cleanup from #183481

* Always set max-width on chat views, not just in editor
2023-05-26 02:55:06 +02:00
Bhavya U 08b0de6fb3
Restore walkthroughs after OpenFolderAction from emtpy workspaces (#183468)
Restore walkthroughs after OpenFolderAction from emtpry workspaces
2023-05-25 17:31:28 -07:00
Rob Lourens 56a0248733
Show chat move actions without icons (#183481) 2023-05-26 02:22:14 +02:00
Megan Rogge 1052813be2
Merge pull request #183439 from microsoft/merogge/alert-error 2023-05-25 18:17:10 -05:00
Rob Lourens fd2114f831
Fix typo (#183476) 2023-05-26 00:51:05 +02:00
Sandeep Somavarapu 79b9f746dd
cache builtn extensions locations from gallery (#183467)
- revert hosted extensions
- cache builtn extensions locations from gallery
2023-05-25 15:41:29 -07:00
Matt Bierner 710d6ea32c
Fix new path suggestion for move to file (#183474)
Turns our `newFileName` is actually a path :)
2023-05-26 00:29:58 +02:00
Aaron Munger df4e852295
Merge branch 'main' into aamunger/scratchpadHotExit 2023-05-25 15:11:38 -07:00
Bhavya U 049ee36265
Initial welcome widget commit (#183446)
* Initial welcome widget commit

* Update i18n.resource.json for welcomeDialog

* Clean up code
2023-05-26 00:03:23 +02:00
aamunger 4cb8a48746
test hot exit for scratchpads 2023-05-25 14:52:47 -07:00
Raymond Zhao 731d08f2bb
Add experimental settings type (v2) (#183263) 2023-05-25 23:35:14 +02:00
aamunger 5a92e63dbc
test no veto when scratchpads should backup 2023-05-25 14:21:09 -07:00
Ladislau Szomoru 51f1d2df15
Engineering - Add winget configuration file (#183465)
* Engineering - Add winget configuration file

* Remove property

* Add git
2023-05-25 22:54:32 +02:00
Raymond Zhao bc4edc5c00
Use blank role for custom selectbox on macOS (#183460)
Acts as a workaround for and fixes #180115
2023-05-25 13:35:02 -07:00
Sandeep Somavarapu 81bb68fed1
Fix #182491 (#183451)
* Fix #182491

* apply to aria label, add setting

* revert unrelated changes

* Update src/vs/workbench/contrib/terminal/browser/terminalService.ts

* Update src/vs/workbench/contrib/terminal/browser/terminalService.ts

---------

Co-authored-by: meganrogge <megan.rogge@microsoft.com>
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-05-25 12:55:27 -07:00
Megan Rogge 77e463cdb8
Merge branch 'main' into merogge/notebook-verbosity 2023-05-25 13:56:16 -05:00
Andrea Mah cc77912561
remove search model building logs (#183453)
* remove search model building logs

* remove unused import
2023-05-25 11:07:04 -07:00
Ulugbek Abdullaev 2999ca59c5 computeStickyModel: check token cancellation because it signals that the model is disposed 2023-05-25 19:31:43 +02:00
Henning Dieterichs ca0abe62ff
Small diff editor refactoring 2023-05-25 18:44:10 +02:00
Johannes Rieken 898311b454
add attempt to InteractiveEditorRequest (#183447)
https://github.com/microsoft/vscode-internalbacklog/issues/3694
2023-05-25 09:38:36 -07:00
Benjamin Pasero 4d10c16310
files - 💄 atomic support 2023-05-25 17:14:37 +02:00
Ladislau Szomoru 52e56ad19a
SCM - fix input flickering (#183440) 2023-05-25 16:56:05 +02:00
Johannes Rieken 97762b52c8
add focus input command to f1 (#183438)
https://github.com/microsoft/vscode-copilot-release/issues/81
2023-05-25 16:50:00 +02:00