Sandeep Somavarapu and GitHub
15715aedf0
listen on workspace extensions changes ( #207849 )
...
* listen on workspace extensions changes
* fix warnings and tests
2024-03-15 17:03:49 +01:00
Sandeep Somavarapu and GitHub
1454837231
Fix restarting extensions when extension is uninstalled ( #207850 )
2024-03-15 16:58:21 +01:00
Johannes
a914c155d5
- introduces IChatWidget#locations
...
- allows request parser to check agent by locations
- filter agent suggestions by locations
2024-03-15 16:28:04 +01:00
João Moreno and GitHub
4c555607d3
missing disposable ( #207846 )
...
fixes #207797
2024-03-15 16:18:21 +01:00
Johannes
79a433e01e
enumerate all chat locations
2024-03-15 16:09:23 +01:00
Johannes
0ac95cc1b7
- use chat input part for content widget
...
- use chat widget over renderer-reuse and custom input
- allow to configure chat menus/actions
- allow to define filter for chat list/tree
2024-03-15 15:44:41 +01:00
Rob Lourens and GitHub
7674d56345
Fix #207245 ( #207841 )
2024-03-15 15:18:01 +01:00
Benjamin Pasero and GitHub
4e38af18f0
aux window - fix layout race conditions ( #207840 )
2024-03-15 15:13:28 +01:00
Sandeep Somavarapu and GitHub
337f8e4ee2
adopt building extensions ( #207731 )
...
* adopt building extensions
- remove the dependency on extensions folder
* fix build
* rename
* minimise changes
* clean up
* use regex
2024-03-15 15:06:28 +01:00
Aiday Marlen Kyzy
b24ea8ebf0
updating the tests with history of the current regex
2024-03-15 14:32:27 +01:00
Alex Ross and GitHub
d8a01ed97e
Respect port source over default fallback number ( #207833 )
...
Fixes #205314
2024-03-15 13:17:05 +01:00
Alex Ross and GitHub
6285faddc6
Update shellscript grammar ( #207828 )
2024-03-15 12:52:46 +01:00
Benjamin Pasero and GitHub
dd8829353c
Aux window: settings editor in maximised window stop responding to typing ( fix #203538 ) ( #207826 )
2024-03-15 12:16:18 +01:00
Benjamin Christopher Simmonds and GitHub
b7fd5328c8
Fix Scroll Lock Issue in Active Editor ( #207825 )
...
fix #207818
2024-03-15 12:12:26 +01:00
Benjamin Christopher Simmonds and GitHub
008c572862
Add scroll lock indicator to all windows ( #207824 )
...
fix #207817
2024-03-15 11:50:17 +01:00
Benjamin Christopher Simmonds and GitHub
7c49f4f7a8
Added Activity Bar Top Active Background Color ( #207808 )
...
Added color activity bar top active background #203036
2024-03-15 09:19:54 +01:00
Benjamin Pasero and GitHub
b22f435d48
watcher - improve watcher resume ( #207807 )
2024-03-15 09:08:59 +01:00
Benjamin Christopher Simmonds and GitHub
f7ae5c7450
Fix double registration of menu on web ( #207805 )
...
fix registering menu twice on web
2024-03-15 08:48:33 +01:00
Benjamin Pasero and GitHub
1a2bc187d3
debt - reduce some leaking disposables ( #207803 )
2024-03-15 08:31:41 +01:00
Rob Lourens and GitHub
be210b3a60
Put implicit context checkbox behind a setting ( #207788 )
2024-03-14 20:46:44 -07:00
Peng Lyu and GitHub
123360f8be
Merge pull request #207745 from microsoft/rebornix/tragic-kingfisher
...
#207742 . Failing to create untitled notebook
2024-03-14 20:39:27 -07:00
Peng Lyu and Don Jayamanne
36f4cfad7d
Fix #207742 .
...
Co-authored-by: Don Jayamanne <don.jayamanne@outlook.com >
2024-03-14 20:24:34 -07:00
Peng Lyu
e709e6fc44
Revert "Use RefCollection to track NotebookEditorInputs ( #207529 )"
...
This reverts commit 7107b38665 .
2024-03-14 20:14:28 -07:00
Matt Bierner and GitHub
26f95e73b5
Try to clarify wording on setting ( #207645 )
...
Fixes #206535
2024-03-15 00:51:07 +01:00
Justin Chen and GitHub
7637ca582e
proper quick fix if recently edited document ( #206490 )
...
* if doc has been recently changed, wait before running code action
* checking needs delay in extension
* removed unused awaits
* removed unused checks
* remove whitespace
* remove needsDelay and adds delay in extension instead
* remove recentlyadded
* remove whitespace
* cleanup from comments
* adds back needs delay
* deal with cancellation state
* remove whitespace and needsDelay again
* clean up
* Update codeActionController.ts
* add review
* added position for extra check
2024-03-15 00:47:17 +01:00
David Dossett and GitHub
d6fc8a0223
Merge pull request #207772 from microsoft/ddossett/empirical-skink
...
Fix spacing between actions in chat input
2024-03-14 16:25:31 -07:00
Tyler James Leonhardt and GitHub
c40903e5e9
Polish items for tree-based quick pick ( #207769 )
...
* Make sure action bar is visible in sticky (change needed after https://github.com/microsoft/vscode/issues/207657 )
* Go back to list style of highlights (https://github.com/microsoft/vscode/issues/207744 )
* When you click on a separator, we scroll it up to the top of the list and focus the first item
* Hide the twistie is a programmatic way instead
Fixes https://github.com/microsoft/vscode/issues/207744
2024-03-14 16:06:50 -07:00
David Dossett
a621676c6d
Correct spacing between actions in chat input
2024-03-14 16:01:10 -07:00
Paula and GitHub
b3ad54317f
Merge pull request #207758 from microsoft/bumb-distro
...
bump distro
2024-03-14 15:55:41 -07:00
Paula and GitHub
12e00eabd8
bump distro
2024-03-14 14:37:05 -07:00
956a6513be
extension quick access ordering ( #207516 )
...
* clean up code, no longer 2 lists, alpha ordered
* comments
* commit suggest
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com >
---------
Co-authored-by: Tyler James Leonhardt <me@tylerleonhardt.com >
2024-03-14 14:31:41 -07:00
Logan Ramos and GitHub
98968c0b0a
Introduce text multi diff ( #207747 )
2024-03-14 19:37:34 +01:00
Connor Peet and GitHub
6269ab41b4
cli: add --install-extension command for use with tunnel server ( #207741 )
...
* cli: add --install-extension command for use with tunnel server
* fix clippy
2024-03-14 19:05:20 +01:00
Peng Lyu
a8536b7a3c
#207742 . Failing test
2024-03-14 10:49:04 -07:00
Daniel Imms and GitHub
03b7566c5a
Merge pull request #207740 from microsoft/tyriar/206342
...
Support rescaling overlapping glyphs
2024-03-14 10:31:41 -07:00
Michael Lively and GitHub
88d1e2cbfd
Support toolbar in notebook outline pane entries ( #207498 )
...
* relocate toggle action, fix toggle verbage, more generic section args
* support toolbar in outline pane entries
* unused imports slipped in with the merge
* css class name fix
* folding action support + css fix
* better typeguard fn
2024-03-14 18:29:29 +01:00
Daniel Imms
f4a95d0569
Switch default to true for insiders, we may revert this on release
2024-03-14 10:05:17 -07:00
Daniel Imms
b7b436a657
Support rescaling overlapping glyphs
...
Fixes #206342
2024-03-14 10:02:30 -07:00
Sandeep Somavarapu and GitHub
e855f5e6a8
install dependencies for workspace extension ( #207732 )
2024-03-14 17:40:14 +01:00
Henning Dieterichs and GitHub
72f8100f20
Signal cleanup ( #207730 )
...
* Small signals refactoring
* SignalLineFeatureContribution cleanup
2024-03-14 17:28:21 +01:00
Connor Peet and GitHub
8d1ada75a5
tunnels: don't sync hostNameOverride ( #207727 )
...
Fixes #207586
2024-03-14 17:12:06 +01:00
Xie Jingyi and GitHub
728ccf4c72
Add log point on middle clicking gutter ( #206684 )
...
* Add log point on middle click
* Add configuration gutterMiddleClickAction
2024-03-14 17:08:40 +01:00
Benjamin Christopher Simmonds and GitHub
6b2df2bfe6
Merge pull request #207714 from microsoft/benibenj/other-snake
...
Support locking the scrolling across editors
2024-03-14 17:07:51 +01:00
b33e5a1be9
Add support for allowNonCollapsibleParents option in AbstractTree and IndexTreeModel ( #207719 )
...
Co-authored-by: Tyler Leonhardt <me@tylerleonhardt.com >
2024-03-14 16:42:41 +01:00
BeniBenj
5527e6ae64
Rename to scroll locking
2024-03-14 16:33:28 +01:00
BeniBenj
85cac7bbfc
support locking scroll horizontally
2024-03-14 15:59:08 +01:00
Benjamin Pasero and GitHub
9110f5d234
files - log error for #207007 ( #207716 )
2024-03-14 15:29:53 +01:00
Benjamin Pasero and GitHub
686bdd6278
aux window - fixes for webview support ( #207695 )
2024-03-14 15:08:47 +01:00
BeniBenj
76dbc8b294
Support side by side editor
2024-03-14 15:01:33 +01:00
Benjamin Pasero and GitHub
8caaab7a3e
[Bug] Monaco Editor always set up Native environment instead of Web environment on load. (fix microsoft/monaco-editor#4402) ( #207693 )
...
* [Bug] Monaco Editor always set up Native environment instead of Web environment on load. (fix microsoft/monaco-editor#4402 )
* .
2024-03-14 13:54:39 +01:00