meganrogge
fdf2787bf3
update for May endgame
2023-05-26 13:05:44 -05:00
Connor Peet
1942c0eccc
cli: ensure ordering of rpc server messages ( #183558 )
...
* cli: ensure ordering of rpc server messages
Sending lots of messages to a stream would block them around the async
tokio mutex, which is "fair" so doesn't preserve ordering. Instead, use
the write_loop approach I introduced to the server_multiplexer for the
same reason some time ago.
* fix clippy
2023-05-26 18:48:06 +02:00
Megan Rogge
6a7e91ebff
Merge pull request #183559 from microsoft/merogge/arial
...
fix typo
2023-05-26 11:24:45 -05:00
Henning Dieterichs
b369129cf2
Fixes #180386 ( #183561 )
2023-05-26 09:24:33 -07:00
Rob Lourens
f104f9bd62
Always scroll down and focus the input ( #183557 )
2023-05-26 09:23:12 -07:00
meganrogge
ef47a143a9
fix typo
2023-05-26 10:44:38 -05:00
Henning Dieterichs
230a6266eb
Merge pull request #182705 from tisilent/#182702
...
fix #182702
2023-05-26 17:40:55 +02:00
Henning Dieterichs
37e08ec3aa
Merge pull request #182542 from jairbubbles/fix-context-menu-for-deleted-lines-in-diff-inline
...
Fix context menu for deleted lines in diff inline mode
2023-05-26 17:40:25 +02:00
Megan Rogge
fcfef87f08
Merge branch 'main' into fix-183445
2023-05-26 10:40:09 -05:00
Henning Dieterichs
aaadde5489
Fixes #181764 ( #183550 )
2023-05-26 17:39:42 +02:00
Charles Gagnon
89db3e46dd
Set offSide to sql lang configuration to true ( #183461 )
2023-05-26 16:18:52 +02:00
Julien Richard
f5272fbe6c
Merge branch 'main' into fix-context-menu-for-deleted-lines-in-diff-inline
2023-05-26 16:07:54 +02:00
Johannes Rieken
9013a83a87
Merge pull request #183538 from microsoft/joh/available-roundworm
...
joh/available roundworm
2023-05-26 15:53:41 +02:00
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
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
Raymond Zhao
731d08f2bb
Add experimental settings type (v2) ( #183263 )
2023-05-25 23:35:14 +02: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