meganrogge
c8d2ba07d4
fix #189340
2023-09-21 09:49:14 -07:00
Megan Rogge and GitHub
2f4371e8bd
Merge pull request #193420 from microsoft/merogge/comment-help
...
add comment widget help dialog
2023-09-21 08:51:13 -07:00
troy351 and GitHub
a67f435467
add fallback for css var --vscode-sash-hover-size ( #187678 )
2023-09-21 16:41:33 +01:00
Joyce Er and GitHub
e141d3c039
revert: esc should discard if there are no edits ( #193697 )
2023-09-21 16:38:19 +01:00
Benjamin Simmonds and GitHub
3e2086be96
fix action item hidden single bar ( #193695 )
2023-09-21 16:26:30 +01:00
Sandeep Somavarapu and GitHub
36c6539ed6
do not register profile icons ( #193694 )
2023-09-21 16:03:34 +01:00
Isidor Nikolic and GitHub
3a1ac6d264
Merge pull request #193693 from microsoft/isidorn/genetic-harrier
...
update distro pointer
2023-09-21 17:01:51 +02:00
isidor
4b1f945bdf
update distro pointer
2023-09-21 16:37:26 +02:00
Benjamin Pasero and GitHub
78ec3d5669
editors - try to improve filtered model lookup times ( #193663 )
...
* editors - try to improve filtered model lookup times
* tweak `getEditors` to use `slice`
* fix tests
* stil use `filter`
* address feedback
* stricter method impls
* feedback
2023-09-21 15:29:17 +01:00
João Moreno and GitHub
e3b46eeda5
fixes #192486 ( #193684 )
2023-09-21 15:12:20 +01:00
d30859f19c
Update accessibilityContributions.ts
...
Co-authored-by: Alex Ross <alros@microsoft.com >
2023-09-21 07:10:23 -07:00
Martin Aeschlimann and GitHub
3921a1d091
resolver API: make ReadStream API consistent ( #193678 )
...
* resolver API: make ReadStream API consistent
* use onEnd
2023-09-21 15:09:51 +01:00
Sandeep Somavarapu and GitHub
0f4e5ea51b
fix resolving settings sync uri ( #193675 )
2023-09-21 16:04:34 +02:00
Sandeep Somavarapu and GitHub
42fdfaa52a
icon widget feedback ( #193671 )
2023-09-21 16:04:15 +02:00
Alex Ross and GitHub
cc679bf18a
Make comment editor expandable ( #193668 )
...
Fixes #110403
2023-09-21 16:03:05 +02:00
Sandeep Somavarapu and GitHub
6b320b9a8c
add mic profile icon ( #193677 )
2023-09-21 06:44:34 -07:00
Daniel Imms and GitHub
8b5719b3b6
Merge pull request #193666 from microsoft/tyriar/193613
...
Adopt disposableTimeout store arg in terminal
2023-09-21 06:30:39 -07:00
Martin Aeschlimann and GitHub
d7ce6f9424
fixes in the proposed resolver API ( #193672 )
2023-09-21 14:10:47 +01:00
Johannes Rieken and GitHub
8162d644e7
Merge pull request #193659 from microsoft/joh/fascinating-toad
...
mark CC debug toolbar location as experiemental
2023-09-21 14:40:21 +02:00
Benjamin Pasero and GitHub
6705393731
debt - address disposable timer ( #193613 ) ( #193657 )
...
* debt - address disposable timer (#193613 )
* 💄
2023-09-21 14:17:36 +02:00
Daniel Imms
5a031b7f04
Adopt disposableTimeout store arg in terminal
...
Part of #193613
2023-09-21 05:09:01 -07:00
Johannes
2e7420a88c
mark CC debug toolbar location as experiemental
2023-09-21 12:15:05 +02:00
Johannes
c01c1f142a
CC, align things to start when having multiple, report of spacer
2023-09-21 12:12:12 +02:00
Alex Ross and GitHub
23794e967c
Clear pending comments when submitted ( #193655 )
2023-09-21 11:01:10 +01:00
e0e13e4ff8
pinned tabs separate row ( #193081 )
...
* pinned tabs separate row
* fix don't showTabs bugs
* cleanup
* import groupview not groupmodel
* cleanup
* add test cases
* support last editor of other bar drop effect
* get correct height
* Fix bugs
* cleanup, css solutions for hiding actions
* runtime editorindex lookup
* remove empty line
* fix actionbar visibility on startup
* fix tests
* fixes
* fix css
* comment
* fix tests
* remove need for `forceSticky`
* fix move to end of sticky tab
* 💄
* reuse options on drop
* 💄
* 💄
* 💄
* 💄
* tests and efficient contains(), indexOf() lookup
* rename filtered model file
---------
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
2023-09-21 11:56:27 +02:00
Rob Lourens and GitHub
d8dc6e6a13
Introduce ChatRequestParser ( #193633 )
...
* Use basic chat request parser
* Better parser, also parse editor ranges, add tests
* Use chat parser for completions
* Fix up completion providers some more
Try to fix completion ranges, but it isn't working as I expect
* Use snapshot
* Rename tests to avoid #193632
* Cleanup
2023-09-21 09:23:21 +02:00
Joyce Er and Joyce Er
11bfd76a61
feat: show Accept Changes command in palette
...
This allows for discoverability of the keybinding without requiring that
we render the keybinding in the UI persistently (which would add visual
clutter)
2023-09-20 16:37:35 -07:00
Joyce Er and Joyce Er
e8f5d4b242
feat: enable accept via command without edits
2023-09-20 16:37:35 -07:00
Matt Bierner and GitHub
a59569d6f3
Respect yieldto in paste ( #193625 )
...
Fixes #192867
Forgot I updated sort to not modify the input array
2023-09-20 23:29:34 +01:00
Aaron Munger and GitHub
a575f54a0b
Merge pull request #193622 from microsoft/aamunger/symbolsDecorations
...
dont remove decorations added by other entries
2023-09-20 15:12:28 -07:00
Raymond Zhao and GitHub
b635d3d6ae
Dispose disableTimeout using param ( #193620 )
2023-09-20 14:56:56 -07:00
Aaron Munger
2832be341f
dont remove decorations added by other entries
2023-09-20 14:55:02 -07:00
John Murray and GitHub
b9a7cc52e6
Improve messages on empty timeline ( #169205 ) ( #193369 )
2023-09-20 14:36:46 -07:00
Megan Rogge and GitHub
b2a7b0b984
Merge pull request #193598 from microsoft/merogge/task-status
...
fix terminal status issue
2023-09-20 14:22:46 -07:00
Megan Rogge and GitHub
d99801c2f2
Merge pull request #193617 from microsoft/merogge/scm
...
use `lineLength` instead of getting line content
2023-09-20 14:13:08 -07:00
meganrogge
962ca22ab7
part of #193427
2023-09-20 13:57:57 -07:00
Martin Aeschlimann and GitHub
a67cb4ac25
polish exec server api ( #192423 )
...
* add ExecServer API
* add docs
* RemoteServerConnector
* avoid enum for now
* make cli functionality optional
2023-09-20 21:30:36 +01:00
meganrogge
75d99c4f8c
create comment command ids
2023-09-20 13:09:56 -07:00
Daniel Imms and GitHub
afd55f2756
Merge pull request #193583 from microsoft/tyriar/190251
...
Fix onBell listener being registered after term dispose, allow for DisposableStore-managed disposableTimeouts
2023-09-20 12:59:16 -07:00
Martin Aeschlimann and GitHub
0398902205
Adopt ensureNoDisposablesAreLeakedInTestSuite in unit tests ( #192971 )
...
* Adopt ensureNoDisposablesAreLeakedInTestSuite in unit tests (for #190503 )
* use findup v5 (no esm)
2023-09-20 20:47:14 +01:00
Daniel Imms
95868bd8aa
Only dispose of the timeout when store is provided
2023-09-20 12:27:51 -07:00
Tyler James Leonhardt and GitHub
294f45b9c5
array can return undefined if nothing is selected ( #193600 )
2023-09-20 12:20:16 -07:00
Logan Ramos and GitHub
cc98e55794
Fix slow telemetry module ( #193607 )
2023-09-20 20:14:12 +01:00
meganrogge
fa08b9aa60
revert test changes
2023-09-20 11:37:03 -07:00
meganrogge
67b74e2d48
fix test
2023-09-20 11:34:32 -07:00
meganrogge
77974c7e3b
fix primary function
2023-09-20 11:32:42 -07:00
Sandeep Somavarapu and GitHub
b15006278e
support icons for profiles ( #193604 )
...
implement #192386
2023-09-20 19:28:13 +01:00
meganrogge
5db5cf1f5d
fire if icon
2023-09-20 11:14:36 -07:00
Daniel Imms and GitHub
9d3bb05dab
Merge branch 'main' into tyriar/190251
2023-09-20 10:51:37 -07:00
meganrogge
2eed9af259
add test
2023-09-20 10:01:49 -07:00