Daniel Imms
bbe37fe987
Fix tests
2023-10-03 11:12:31 -07:00
Daniel Imms and GitHub
4204d34ed9
Merge pull request #194734 from microsoft/tyriar/193585
...
Match beginning of line in multi-line link prefix matcher
2023-10-03 11:11:30 -07:00
aamunger and Aaron Munger
5f98e64a56
pin to top if revealed element is larger than viewport
2023-10-03 11:07:52 -07:00
aamunger and Aaron Munger
ef07cc9d5e
fix undo notebook action leak
2023-10-03 11:07:36 -07:00
meganrogge
a247e52deb
fix #194672
2023-10-03 10:59:08 -07:00
Daniel Imms
f73e061063
Match beginning of line in multi-line link prefix matcher
...
Fixes #193585
2023-10-03 10:45:43 -07:00
Peng Lyu and GitHub
f0c227187d
Fix notebook kernel test disposable leaks. ( #194727 )
2023-10-03 18:41:58 +01:00
meganrogge
03e191d376
revert change
2023-10-03 10:41:03 -07:00
Megan Rogge and GitHub
dc3e3422a3
Merge branch 'main' into merogge/wait
2023-10-03 10:39:14 -07:00
Daniel Imms and GitHub
d3ce3f4d82
Merge pull request #194718 from microsoft/tyriar/194717
...
Localize Task and Local consistently
2023-10-03 10:28:37 -07:00
Aaron Munger and Aaron Munger
0f02245dc0
revert file
2023-10-03 10:00:47 -07:00
Aaron Munger and Aaron Munger
7639f01159
partial undo/redo
2023-10-03 10:00:47 -07:00
Aaron Munger and Aaron Munger
041e81986c
find test leaks
2023-10-03 10:00:47 -07:00
Aaron Munger and Aaron Munger
878e66eda1
not quite all kernel service test leaks
2023-10-03 10:00:47 -07:00
Aaron Munger and Aaron Munger
025bf03c60
editor model test leaks
2023-10-03 10:00:47 -07:00
Aaron Munger and Aaron Munger
bc06efacfc
outline test leaks
2023-10-03 10:00:47 -07:00
Justin Chen and GitHub
fcd7ab5a08
Update Quick Fix editor value ( #194685 )
...
* updated editor value
* added migration code
2023-10-03 09:00:10 -07:00
Daniel Imms
deb9eca017
Localize Task and Local consistently
...
Fixes #194717
2023-10-03 08:17:36 -07:00
Daniel Imms and GitHub
a7dd65694e
Merge branch 'main' into tyriar/192816
2023-10-03 08:09:35 -07:00
Aiday Marlen Kyzy
ec9cb56f33
checking whether the proposed API is enabled before retrieving isAI
2023-10-03 16:00:44 +02:00
Aiday Marlen Kyzy
c7d2fd9974
renaming the proposal to codeActionAI
2023-10-03 15:56:34 +02:00
Aiday Marlen Kyzy
6a12dc58c5
renaming the proposal
2023-10-03 15:36:47 +02:00
Aiday Marlen Kyzy
506ab554f6
polishing the code
2023-10-03 15:34:17 +02:00
Megan Rogge and GitHub
e2c928ed9c
Merge pull request #194667 from microsoft/merogge/disposed
...
use `store.isDisposed` instead of `_isDisposed`
2023-10-03 06:32:42 -07:00
Aiday Marlen Kyzy
42a055df72
Merge branch 'main' into aiday/addingSortingForCopilotCodeActions
2023-10-03 14:58:23 +02:00
Aiday Marlen Kyzy
a5ef135b40
Merge branch 'main' into aiday/addingSortingForCopilotCodeActions
2023-10-03 14:57:58 +02:00
Aiday Marlen Kyzy
1fc7c1da0c
changing to use isAI
2023-10-03 14:57:33 +02:00
Sandeep Somavarapu and GitHub
4e384c5054
fix #194648 ( #194709 )
2023-10-03 13:55:01 +01:00
Ulugbek Abdullaev and GitHub
2bdd4af2d0
mapped edits: support de/serialization of mapped edits context so that it can be used across vscode sessions ( #194572 )
...
* refactor(chatModel): remove unused code
especially because `isResponse` may've been incorrect because it would return true on a falsy value while `isRequest` checked for it
* refactor(mapped edits): better names
* mapped edits: support de/serialization of mapped edits context so that it can be used across vscode sessions
reservation/concern: the document versions are obsolete/incorrect, what should we do with them?
* mapped edits: fix test failing remotely but not locally
2023-10-03 14:41:02 +02:00
Christof Marti
01edf51e0f
Merge dev container configs ( microsoft/vscode-remote-release#8994 )
2023-10-03 12:26:07 +02:00
73cc570f58
Allow for multiple editor parts ( #193425 )
...
* demo
* wip
* polish
* allow to toggle
* compile
* enable devtools
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* Avoid using global document, global window
* Fix exception caused by reading the size of the newly created window before it is available
* cleanup
* make it more useful
* apply zoom
* first cut editor parts
* cleanup
* scaffold some services
* preserve view state
* simple label distinction
* introduce accessor
* support dnd
* fix open editors view
* share window options
* cleanup
* 💄
* 💄
* 💄
* 💄
* cleanup on unload
* add todo
* stylescleanup
* avoid instanceof checks
* share more styles
* revert changes partially
* fix custom menus
* more alignment to main window
* codicon does not seem to be needed anymore
* no need for isHTMLElement
* fix icon error on macOS
* prevent `document.createElement`
* close child window when main window closes
* better active groups tracking
* cleanup
* pass along editor parts viewer
* eslint rule for instanceof checks
* add dom tests
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
* cleanup
---------
Co-authored-by: Alex Dima <alexdima@microsoft.com >
2023-10-03 12:20:06 +02:00
Ladislau Szomoru and GitHub
97cfd032a6
SCM - Sync view uses scm.providerCountBadge ( #194688 )
2023-10-03 12:19:42 +02:00
Alex Ross and GitHub
ca2ff62d63
Use DisposableMap for tree data provider listeners ( #194390 )
...
* Use DisposableMap for tree data provider listeners
* Fix error
2023-10-03 12:16:18 +02:00
Aiday Marlen Kyzy
45d27f34dc
Merge branch 'main' into aiday/addingSortingForCopilotCodeActions
2023-10-03 08:51:26 +02:00
Rob Lourens and GitHub
ddf9e92664
Implement $file variable reference ( #193817 )
...
* Show filepicker for @file
* Decorations for $file references
* Hover for $file
* Send file references as variables
* Avoid layer breaking between the chat parser and dynamic file references
* deserialize file references
* Hide file references in quick chat, and fix tests
* comment
* Add setting
2023-10-03 05:59:34 +01:00
Rob Lourens and GitHub
4935438c42
Disable failing test ( #194681 )
...
#194680
2023-10-03 05:39:16 +02:00
Justin Chen and GitHub
46c45d2f67
Fix issue with multiple duplicate labels in menu ( #194674 )
...
fixes duplicate labels from self referencing
2023-10-02 16:56:03 -07:00
Rob Lourens and GitHub
8ee50f2e21
Fix the rest of the node version references ( #194677 )
2023-10-03 00:55:32 +01:00
meganrogge
e09fd7a4d2
fix #194424
2023-10-02 16:31:03 -07:00
Megan Rogge and GitHub
503634675f
Merge pull request #194673 from microsoft/merogge/acc-help-depr
...
rm deprecated setting reference
2023-10-02 16:22:28 -07:00
Megan Rogge and GitHub
94179fccf2
Merge pull request #194671 from microsoft/merogge/detect-screen-reader
...
don't show screen reader notification question
2023-10-02 16:03:31 -07:00
meganrogge
e5bb10933c
fix #194399
2023-10-02 16:00:30 -07:00
Benjamin Pasero and GitHub
9b2df83742
perf - delay line decoration compute ( #194560 ) ( #194643 )
...
* perf - delay line decoration compute (#194560 )
* fix feedback
2023-10-02 16:00:13 -07:00
Rob Lourens and GitHub
a7a72d6ca3
Separate chat widget view 'context' from view 'options' ( #194670 )
2023-10-02 23:56:01 +01:00
meganrogge
45fd8fc810
rm command
2023-10-02 15:48:39 -07:00
Megan Rogge and GitHub
f686e32a33
Merge pull request #194666 from microsoft/merogge/cleared
...
`alert` on terminal / chat clear
2023-10-02 15:47:41 -07:00
meganrogge
6d08d50540
fix #167962
2023-10-02 15:46:57 -07:00
meganrogge
4e322233fe
fix issue
2023-10-02 15:42:06 -07:00
meganrogge
d95710a1db
better fix
2023-10-02 15:36:21 -07:00
meganrogge
c62f2b3085
fix #193579
2023-10-02 15:34:37 -07:00