Justin Chen and GitHub
85134de902
Fixes issue reporter bug with extension selection ( #193719 )
...
checks if we pre-existing extension information
2023-09-21 19:55:20 +01:00
João Moreno and GitHub
4039416844
add disposableTimeout calls to disposable stores ( #193673 )
...
* add disposableTimeout calls to disposable stores
related to #193613
* fix compile error
* address feedback
2023-09-21 11:36:48 -07:00
meganrogge
4798d3a222
expose commentable help info, use in diff editor
2023-09-21 11:15:13 -07:00
meganrogge
c8869acd16
Merge branch 'main' into merogge/diff
2023-09-21 11:05:15 -07:00
Megan Rogge and GitHub
df0549b866
Merge pull request #193714 from microsoft/merogge/concise-accessibility-help
...
reduce words & improve consistency in accessibility help text
2023-09-21 11:04:22 -07:00
meganrogge
ee26bfc979
reorder statement
2023-09-21 11:04:09 -07:00
Connor Peet and GitHub
8730f56c09
eng: add io warmup for webkit tests in ci ( #193711 )
...
Should fix the issue that @roblourens and @Yoyokrazy were hitting with snapshot tests on macOS WebKit in CI. Not pretty, but I'd rather do this than spend a bunch of time chasing down something that certainly seems to be a browser issue.
2023-09-21 11:03:20 -07:00
Ladislau Szomoru and GitHub
fdad923393
SCM - Add List/Tree view mode to the SCM Sync view ( #193696 )
...
* Add actions
* Saving my work
* Moved the actions into the '...' menu
* Automatically expand history item
* Remove unused import statement
2023-09-21 11:02:26 -07:00
meganrogge
19ea4b1c73
fix #191672
2023-09-21 10:47:45 -07:00
Ulugbek Abdullaev
384e191d8e
mapped edits: remove comments
2023-09-21 19:13:49 +02:00
Ulugbek Abdullaev
63080adeb6
mapped edits: restore backward compat
2023-09-21 19:11:58 +02:00
Ulugbek Abdullaev
4849a90efe
mapped edits: change proposed API to take a context of array of arrays of documents
2023-09-21 19:11:09 +02:00
Ulugbek Abdullaev
49dadc018d
mapped edits: implement support for getting doc ranges from InteractiveSessionProvider's
2023-09-21 19:11:08 +02:00
Ulugbek Abdullaev
95f79a91e4
refactor(chatModel):
...
* create a separate type to represent a response part
* rename existing `ResponsePart` to `InternalResponsePart`
* fix? handle if response part's resolved value is a markdown string, which is allowed in the `IResponse` interface
2023-09-21 19:09:24 +02:00
Connor Peet and GitHub
029ba9ec98
eng: fix snapshot tests not working with prefix-named test ( #193709 )
...
Fixes #193632
2023-09-21 18:05:09 +01:00
Megan Rogge and GitHub
6b51c974f6
Merge pull request #193708 from microsoft/merogge/mac-keybinding
...
for screen reader users, use `cmd+r` for mac `Run recent command`
2023-09-21 10:04:36 -07:00
meganrogge
c8d2ba07d4
fix #189340
2023-09-21 09:49:14 -07:00
Nathan Shively-Sanders
d534d6b441
Tweak wording and position of copilot infer-types
2023-09-21 09:36:28 -07:00
Nathan Shively-Sanders
a9a66e4dc3
Correct+customise copilot-specific titles
2023-09-21 09:25:11 -07:00
meganrogge
cd93f51433
marker has already been disposed of
2023-09-21 09:17:16 -07:00
meganrogge
c20815788f
#193676
2023-09-21 09:15:31 -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
Nathan Shively-Sanders
32bb21550c
Merge remote-tracking branch 'origin/main' into ai-codefixes
2023-09-21 08:40:31 -07:00
Joyce Er and GitHub
e141d3c039
revert: esc should discard if there are no edits ( #193697 )
2023-09-21 16:38:19 +01:00
Nathan Shively-Sanders
1e7d82c778
Code correctly treats empty config as default-false
2023-09-21 08:37:51 -07: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