Daniel Imms
ba8b7694ee
Fix space folder link test
...
Fixes #155532
See #155921
2022-07-22 05:42:34 -07:00
Henning Dieterichs
5f21c372de
Make treeshaking work on windows ( #155952 )
2022-07-22 14:07:44 +02:00
Henning Dieterichs
052f02175f
Moves the read-only message into its own contribution to enable customization in the monaco editor. ( #155951 )
2022-07-22 14:06:10 +02:00
Johannes Rieken
c6cf41b83b
(temp fix) detect when base, input1, and input2 become empty ( #155941 )
...
When aborting or merging while the 3wm editor is showing all its inputs become empty and our reaction is to replace the merge editor then
https://github.com/microsoft/vscode/issues/155940
2022-07-22 14:01:49 +02:00
Benjamin Pasero
f27f620e77
status - make color dynamic ( #155944 )
2022-07-22 14:00:03 +02:00
nirabhromakhal
3842ef9a4a
Fixed issue where status bar can overflow without affecting notification beak ( #155649 )
...
* fixed status bar overflow while keeping beak intact
* using overflow: hidden while keeping beak intact
* made the notification bell absolute positioned
* overflow: hidden but beak is relative to status bar item
* using has-beak class name to toggle the beak
2022-07-22 09:40:26 +00:00
Johannes Rieken
b8876a2d60
enable merge editor by default ( #155937 )
2022-07-22 11:28:49 +02:00
Alex Ross
cf0496267d
View size API proposal ( #155710 )
...
* Add a weight/flex size for view contributsions
Part of #122283
* Fix errors
* Remove 'fit'
* Fix typo and remove viewPaneContainer changes
* Add view container owner check.
2022-07-22 10:32:23 +02:00
Daniel Imms
13ba7bb446
Merge pull request #155921 from microsoft/tyriar/skip_test
...
Skip unit test that's breaking the build
2022-07-21 18:38:59 -07:00
Daniel Imms
dab051df5c
Skip unit test that's breaking the build
...
Part of #155532
2022-07-21 18:01:56 -07:00
Andrea Mah
43fcb56d47
Make search tree context menu multiselect-aware ( #154847 )
...
* Make search tree context menu multiselect-aware
Fixes #47166
* move domFocus call out of loop
* PR feedback
* resolve strange post-replace bug
* cleaned up a bit but needs adjustment on post-replace focus
* adjusting ordering
* add replace action runner for all replace actions
* pr feedback
* fix list sorting and multiselect open replace preview
* whitespace cleanup
* tests and cleanup
2022-07-21 16:50:49 -07:00
Matt Bierner
7f6984e71b
Fix copy paste for files ( #155915 )
...
This fixes the copy paste proposed api to correctly support pasting of files and file data
2022-07-21 16:49:25 -07:00
Daniel Imms
6293fa11bc
Merge pull request #155904 from microsoft/tyriar/155532
...
Ensure folders with spaces don't impact link line/col
2022-07-21 16:47:56 -07:00
Matt Bierner
e2006a52da
Add npmignore to markdown server ( #155898 )
...
* Add npmignore to markdown server
* Update version
2022-07-21 16:21:57 -07:00
Daniel Imms
0a3ee299ce
Ensure folders with spaces don't impact link line/col
...
Fixes #155532
2022-07-21 15:17:22 -07:00
Raymond Zhao
f74d2c0f62
Fix JSON Settings editor commands wrt Setting profiles ( #155884 )
...
Ref #152888
2022-07-21 14:48:33 -07:00
Miguel Solorio
fb1e4351e6
Remove redundant styles for underlined links ( #155893 )
...
Remove redundant styles for underlined links (Fixes #155891 )
2022-07-21 23:09:00 +02:00
Isidor Nikolic
c92bda6ccb
underline for hover of all links ( #151499 )
...
* underline for hover of all links
* move link hover css rule to style.css
2022-07-21 13:21:28 -07:00
Andrea Mah
ffd74383b6
Debug sessions command ( #153727 )
...
Fixes #153347
2022-07-21 22:12:21 +02:00
SteVen Batten
7fdb9cfb07
fix WCO color updates with high contrast themes ( #155886 )
...
fixes #150098
2022-07-21 21:46:43 +02:00
Eric Amodio
78da5e3df4
Closes #54285 adds webview/context contribution ( #154524 )
...
* Closes #54285 adds webview/context contribution
* Adds additional context support for context menus
Adds `webViewItem` read from nearest `data-vscode-context-menu-item`
Adds `webViewItemElement` read from `data-vscode-context-menu-item-element`
* Adds `preventDefaultContextMenuItems` option
This allows webviews to opt-out of the default (cut/copy/paste) context menu items
* Adds optional `itemValue` context value for handlers
* Adds missing proposed check
* Adds webview command to generate csp hash
* Switches to use single JSON data attr for context
Aggregates all ancestor context
* Revert "Adds `preventDefaultContextMenuItems` option"
This reverts commit 71f0180504 .
Also renames proposal from webviewContextMenus to contribWebviewContext to align with other empty contribution point proposals
2022-07-21 21:13:48 +02:00
Daniel Imms
517aad847d
Merge pull request #155877 from microsoft/tyriar/155872
...
Use bracketed paste mode when running recent commands
2022-07-21 12:12:49 -07:00
SteVen Batten
b51955e4c8
pipe workspace boolean for opener service validator ( #155545 )
...
* pipe workspace boolean for opener service validator
fixes #150828
* add fromWorkspace to notebook backlayer webview
2022-07-21 11:48:09 -07:00
Daniel Imms
f0375cc156
Merge branch 'main' into tyriar/155872
2022-07-21 11:47:21 -07:00
Daniel Imms
19f63c6126
Merge pull request #155873 from microsoft/tyriar/155871
...
Visualize new line in run recent command
2022-07-21 11:35:45 -07:00
Martin Aeschlimann
2cb7539f3a
bump distro to solve merge conflict ( #155876 )
2022-07-21 20:27:39 +02:00
Daniel Imms
65f97ed1d9
Use bracketed paste mode when running recent commands
...
Fixes #155872
2022-07-21 11:09:23 -07:00
Daniel Imms
295770003c
Send \n char instead of enter symbol
2022-07-21 11:02:43 -07:00
Daniel Imms
38d026d11e
Visualize new line in run recent command
...
Fixes #155871
2022-07-21 10:56:25 -07:00
Matt Bierner
b2daf1af82
Add MD server tracing and update diagnostics on files changes ( #155797 )
2022-07-21 10:07:06 -07:00
Raymond Zhao
9c413ba105
Use fixed commit hash, ref #13089 ( #155786 )
2022-07-21 09:42:31 -07:00
Miguel Solorio
81fff43fd6
bump distro ( #155790 )
2022-07-21 17:11:02 +02:00
Martin Aeschlimann
1a3d550dfa
update @vscode/test-web ( #155858 )
...
* update @vscode/test-web
2022-07-21 17:08:10 +02:00
João Moreno
1de3bafde9
Add "Developer: Apply Update..." command ( #155846 )
...
introduce "Developer: Apply Update..."
2022-07-21 07:00:10 -07:00
Ladislau Szomoru
e77fa1fb8b
Problems view - Fix issue with the SCM input label provider when problems are displayed in a tree view ( #155853 )
...
Fix issue with the SCM input label provider when problems are displayed in a tree view
2022-07-21 15:58:50 +02:00
Daniel Imms
7dc8e247b7
Merge pull request #155607 from microsoft/tyriar/locate_cli
...
shell-integration -> locate-shell-integration-path
2022-07-21 06:58:40 -07:00
João Moreno
cddfa5d5bc
tree filter: increase height in macOS ( #155850 )
...
fixes #155575
2022-07-21 15:55:27 +02:00
João Moreno
293d9f8e21
remove unnecessary info message ( #155851 )
...
fixes #153577
2022-07-21 15:51:28 +02:00
Johannes Rieken
d7534854eb
don't use opener service for OpenResultResource because that ends up using the code editor service ( #155840 )
2022-07-21 08:54:39 -04:00
Alex Ross
43acfddd5f
Remove discussion icon from comments view ( #155839 )
2022-07-21 14:41:33 +02:00
Johannes Rieken
c09b8cf584
disable configurable menus again ( #155830 )
...
this removes how hiding is currently done but also refactorings the internal into a better shape so that this can be picked up again
https://github.com/microsoft/vscode/issues/154804
2022-07-21 13:32:12 +02:00
Ladislau Szomoru
36a09b3cd2
Engineering - Tactical change so that we do not run the Test stage for CodeOSS CI builds ( #155829 )
2022-07-21 13:30:17 +02:00
Johannes Rieken
bbbae594da
show "Accept Merge" only for files currently under conflict. ( #155822 )
...
While the merge editor shows users can handle merge conflicts outside of it, e.g on the console via `git add <FILE>`. The merge editor should have this graceful and step one is to hide the "Accept Merge" command when the file isn't conflicting anymore
* Adds a git-context key that contains all resource-uri-strings under conflict
* Enable/placement of the Accept Merge command is driven by that
* some merge editor context key sugar
2022-07-21 13:25:23 +02:00
Angelo
cef02dae8d
Contribute to html language server with a custom language. ( #146731 )
...
* Contribute to html language server with a custom language.
Fixes #146730
Signed-off-by: azerr <azerr@redhat.com >
* refactor out LanguageParticipants
* restart client on language selector change
* htmlLanguage -> htmlLanguageParticipants
* tune autoInsert wording
* tune autoInsert description
Co-authored-by: azerr <azerr@redhat.com >
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com >
2022-07-21 13:19:01 +02:00
Benjamin Pasero
6cad4b9494
skip test & 💄 ( #155826 )
2022-07-21 12:47:23 +02:00
Ladislau Szomoru
ace330ba2c
SCM - Fixed a regression due to which post-commit commands were not being executed ( #155824 )
...
Fixed a regression due to which post-commit commands were not being executed
2022-07-21 12:25:15 +02:00
Matt Bierner
924dde5c1e
Documenting markdown LS ( #155789 )
2022-07-21 11:48:30 +02:00
Alexandru Dima
e7bf4c6a75
Clarify that size is about the minimap's vertical size and remove rarely used scale ( #155805 )
...
Fixes #154418 : Clarify that size is about the minimap's vertical size and remove rarely used scale
2022-07-21 11:47:25 +02:00
Benjamin Pasero
477af8c842
skip flaky test ( #152145 ) ( #155809 )
2022-07-21 11:46:51 +02:00
Ladislau Szomoru
cd90b2b5ad
Git - Add telemetry comments ( #155811 )
...
Add telemetry comments
2022-07-21 09:34:19 +02:00