Aiday Marlen Kyzy
8c9efd1f9d
refactoring the code
2023-08-28 16:58:37 +02:00
Aiday Marlen Kyzy
d1f2988e83
resetting
2023-08-28 16:44:11 +02:00
Aiday Marlen Kyzy
3c9ece369f
adding wip
2023-08-28 16:09:10 +02:00
Henning Dieterichs and GitHub
92f530382e
Merge pull request #189657 from weartist/support_double_click_to_expand_unchange_region
...
support click on "hidden lines" text to unfold #186406
2023-08-28 15:02:48 +02:00
Sandeep Somavarapu and GitHub
89b1e8b3f8
fix #191174 ( #191316 )
...
* fix #191174
* fix tests
2023-08-28 12:21:05 +02:00
Henning Dieterichs
9aab772aea
Merge branch 'main' into pr/weartist/189657-2
2023-08-28 12:18:22 +02:00
Johannes Rieken and GitHub
7ad4d0ca2f
fix https://github.com/microsoft/vscode/issues/191325 ( #191448 )
2023-08-28 12:15:31 +02:00
Sandeep Somavarapu and GitHub
d632c85c08
Merge pull request #190607 from neeleshb/alt-tag
...
Adding empty alt text to decorative images for extensions
2023-08-28 12:05:05 +02:00
Henning Dieterichs and Henning Dieterichs
722a48ba53
Fixes #191251 , makes bread crumb items clickable
2023-08-28 11:41:29 +02:00
45e2e0bfd0
JS/TS package acquisition ( #184438 )
...
* Experiment with adding ata using `@types` packages shipped in an extension
* Use own file system instead of `https`
* JS/TS type support on web
* Tsconfig needs esModuleInterop not module:nodenext
We actually want webpack to emit commonjs, but need to write ES default
imports to use node-maintainer
* fix package.json indentation
* Adding setting to disable web type acquisition
* Fix merge of yarn lock
* Fixing merge errors
* Fixing errors
* Pick up package externally
* Fixing conflicts
* Bump version
---------
Co-authored-by: Kat Marchán <kzm@zkat.tech >
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com >
2023-08-28 00:49:40 -07:00
Tyler James Leonhardt and GitHub
1a99420d57
Misc PR feedback for chatWidget ( #191432 )
...
* Use cached width first to prevent trip to dom
* remove irrelevant dispose call
* fix CSS of inputbox to align it to Quick Pick
2023-08-28 09:10:51 +02:00
Tyler James Leonhardt and GitHub
d87941aa32
Create only one widget for quick chat ( #191431 )
...
We were creating a widget per-showing of the quick pick... but that isn't efficient.
This PR creates a single widget and maintains that for the life of the window.
From @Tyriar in https://github.com/microsoft/vscode/pull/191348#discussion_r1306440725
2023-08-28 09:10:25 +02:00
Rob Lourens and GitHub
f7973f357e
Change chat variable syntax to match remote agent proposal ( #191427 )
...
This might be temporary, it's what we agreed to send around for now
2023-08-28 12:09:20 +10:00
Henning Dieterichs and Henning Dieterichs
56cdff6561
Fixes hidden lines styling bug
2023-08-28 01:33:43 +02:00
Connor Peet and GitHub
16dc13553c
debug: fix bad state when reloading extension host debug window ( #191420 )
...
Not 100% sure why this fixed it, but it fixes it. Seems to be timing-related and it doesn't happen for me on OSS, but patching this into Insiders made the problem go away...
2023-08-28 09:33:24 +10:00
Benjamin Pasero and GitHub
ea0c706089
macOS: Window menu does not show opened windows in some cases ( fix #191288 ) ( #191405 )
...
* macOS: Window menu does not show opened windows in some cases (fix #191288 )
* 💄
2023-08-28 09:28:30 +10:00
Henning Dieterichs and Henning Dieterichs
b834c3c9d6
Fixes some smaller diff editor bugs
2023-08-28 01:27:58 +02:00
Henning Dieterichs and Henning Dieterichs
d6c6a048f7
Fixes monaco editor diff editor
2023-08-28 01:27:32 +02:00
Henning Dieterichs and Henning Dieterichs
b6326078fd
Adds support for dryRun flag in diffEditor.switchSide
2023-08-28 01:23:44 +02:00
Henning Dieterichs and Henning Dieterichs
b8914bdcdc
Fixes dragging bug
2023-08-27 23:19:05 +02:00
Henning Dieterichs and Henning Dieterichs
9b10df4bbf
Includes collapseUnchangedRegions in diffEditor.editorVisibleTime telemetry event
2023-08-27 23:18:19 +02:00
Tyler James Leonhardt and GitHub
877c51bd1d
Resize Quick Chat ( #191348 )
...
* Resize Quick Chat
This is the first cut of allowing you to resize the quick chat... offering two ways:
1. scroll down to grow
2. sash at the bottom
Maybe we should disable 1 if 2 was used... but lets see how these play together.
* dispose
* clean up variables
* use a mutable disposable for the scheduling of the next animation frame
2023-08-27 10:10:04 -07:00
Daniel Imms and GitHub
42ce7b7a2e
Merge pull request #191364 from microsoft/tyriar/191332
...
Make term decoration hover background opaque
2023-08-26 09:41:01 -07:00
Neelesh Bodas and GitHub
48a9ce8f48
Merge branch 'main' into alt-tag
2023-08-26 09:18:23 -07:00
Megan Rogge and GitHub
befddfa7af
Merge pull request #191329 from microsoft/merogge/kb
...
get all keybindings to be correct in terminal help dialog
2023-08-26 06:43:15 -07:00
Daniel Imms
d3fb23489d
Make term decoration hover background opaque
...
Fixes #191332
2023-08-26 06:18:03 -07:00
Rob Lourens and GitHub
fea45bae62
Add response variables ( #191349 )
...
* Add response variables
* Fix test
* add comment
2023-08-25 23:29:17 -07:00
Daniel Imms and GitHub
6ea0992693
Merge pull request #191246 from microsoft/tyriar/145234
...
Add terminalExecuteCommandEvent API proposal
2023-08-25 17:07:06 -07:00
Megan Rogge and GitHub
9fb513d8d9
Merge branch 'main' into merogge/kb
2023-08-25 14:24:43 -07:00
Tyler James Leonhardt and GitHub
71fd986efb
Fixes rendering of response that is below the fold ( #191337 )
...
Steps:
1. ask `reverse a linked list`
2. scroll up right after hitting ENTER
3. wait for response to finish
4. scroll down
the view should grow to the response.
2023-08-25 14:17:58 -07:00
Daniel Imms
fd7e42af88
Fix unit test
2023-08-25 13:48:34 -07:00
Justin Chen and GitHub
2672173f73
Tuning action widget heading styles ( #191336 )
...
tuning headers color and style to match quick text
2023-08-25 22:19:09 +02:00
Daniel Imms and GitHub
03ca83baac
Merge branch 'main' into tyriar/145234
2023-08-25 12:58:05 -07:00
Daniel Imms
a5377b7a09
Add DynamicListEventMultiplexer unit tests
2023-08-25 12:53:42 -07:00
Ryosuke Hirakawa and GitHub
ca462c0381
Fix comment typo in standaloneLanguages.ts ( #189449 )
...
* fix
* Revert "fix"
This reverts commit 75c1173714 .
* fix
* update monaco.d.ts
2023-08-25 12:48:44 -07:00
hsfzxjy and GitHub
29661cb547
Add context key notebookEditorCursorAtLineBoundary ( #187679 )
...
Add context notebookEditorCursorAtLineBoundary
2023-08-25 19:11:41 +00:00
Andrea Mah and GitHub
3a1364baf8
Search view not showing warnings ( #191333 )
...
* Search view not showing warnings
Fixes #191263
* cleanup
2023-08-25 11:20:55 -07:00
Daniel Imms
694459fa74
Change function into a class
2023-08-25 10:38:30 -07:00
Daniel Imms and GitHub
ad964da803
Merge pull request #191330 from microsoft/tyriar/solid-beaver
...
Document EventMultiplexer
2023-08-25 10:25:43 -07:00
Daniel Imms
711c83d0d4
Make function more generic
2023-08-25 10:10:32 -07:00
Daniel Imms
432b5defb4
Move instance event multiplexers to different file
2023-08-25 10:03:46 -07:00
Daniel Imms
e3e131c963
Use new event names internally
2023-08-25 09:54:08 -07:00
Daniel Imms and GitHub
d360619c0c
Document EventMultiplexer
2023-08-25 09:52:10 -07:00
Daniel Imms
5b5fbe166d
Simplify api
2023-08-25 09:49:39 -07:00
Megan Rogge and GitHub
5f9244832a
Merge pull request #191326 from microsoft/merogge/autocomplete
...
set `aria-autocomplete` to `none` when in read only editor
2023-08-25 09:46:16 -07:00
meganrogge
6655ff4fa8
re-add part
2023-08-25 09:39:29 -07:00
meganrogge
54031a88cc
fix #189234
2023-08-25 09:37:22 -07:00
Megan Rogge and GitHub
18fb345591
Merge pull request #191324 from microsoft/merogge/sss
...
add info about sticky scroll to editor help dialog
2023-08-25 09:36:27 -07:00
Tyler James Leonhardt and GitHub
aced05cf7c
Remove Semantic Similarity Provider ( #191039 )
...
Now that RelatedInformationProvider has landed
ref https://github.com/microsoft/vscode/issues/190909
2023-08-25 09:35:31 -07:00
Megan Rogge and GitHub
256c5aa956
Merge pull request #191322 from microsoft/merogge/fix-context-key
...
fix context key issue so accept completion action appears in accessible view
2023-08-25 09:30:45 -07:00