rebornix
fee4dcfb76
💄
2020-08-19 12:15:42 -07:00
rebornix
8b8370b8c3
avoid infinite scrolling
2020-08-19 12:13:14 -07:00
rebornix
367e481747
expose diff editor decorations.
2020-08-19 10:39:51 -07:00
rebornix
366edd28d5
layer breaker
2020-08-17 22:18:04 -07:00
rebornix
e62ccab719
minimal list view change
2020-08-17 22:14:01 -07:00
rebornix
ba92c47e81
range map provider
2020-08-17 22:04:24 -07:00
rebornix
eefe53f072
update css per new layout.
2020-08-17 17:49:11 -07:00
rebornix
d320ea51b8
disable contributions in diff editor.
2020-08-17 17:37:25 -07:00
rebornix
79ec737c17
update decorations
2020-08-17 17:33:52 -07:00
rebornix
95de117f27
update creation options
2020-08-17 17:15:03 -07:00
rebornix
624e408a2c
allow customize contributions for notebook.
2020-08-17 17:09:40 -07:00
Jackson Kearl
eb7a565926
Bump actions
2020-08-17 15:13:04 -07:00
Matt Bierner
eea74fd3a4
Only override copy/paste for extension page if webview is focused
...
Fixes #102979
2020-08-17 14:48:09 -07:00
mtaran-google and Maksym Taran
76bc88fd9d
Ban unreachable code. ( #104521 )
...
This changes unreachable code from a warning presented in the editor to an error. Existing issues mostly revolved around switching on enums. These were fixed by converting the switches to use a default case, leaving the behavior unchanged in case of new values (e.g. from separately-compiled extensions) creeping in.
Other cases had to do with the assert.fail() function, which throws and so shouldn't have anything following it.
Co-authored-by: Maksym Taran <maksym.taran@gmail.com >
2020-08-17 14:38:32 -07:00
Sandeep Somavarapu
4cee5da307
Fix #103839
2020-08-17 23:29:23 +02:00
Rob Lourens
d28477e20f
Force horizontalScrolling=off for SettingsTree
...
Fix #104843
2020-08-17 14:27:24 -07:00
Rob Lourens
05e0e02751
Fix toolbar only showing up for hovered rows, not focused rows
...
Fix #104229
2020-08-17 11:54:53 -07:00
Rachel Macfarlane
386fc8c799
Update distro
2020-08-17 10:20:26 -07:00
Robo
11dc5a81ba
build: include auth dialog resource ( #104841 )
2020-08-17 09:40:44 -07:00
Benjamin Pasero
185bf255ad
Revert "fix #104698 Make query element of uri survive conflict resolution massaging ( #104699 )"
...
This reverts commit 04f2a740c7 .
2020-08-17 17:05:30 +02:00
Ladislau Szomoru
c8f9d00bb8
Consistent order of running tests
2020-08-17 16:34:00 +02:00
isidor
908af6a089
remove todo
2020-08-17 15:54:17 +02:00
isidor
d178b14151
debug: getDebugProtocolBreakpoint: make sure to use the breakpoint id
...
#99716
2020-08-17 15:48:21 +02:00
Johannes Rieken
37b2494462
chore - mark removeNode as deprecated
2020-08-17 15:15:09 +02:00
John Murray
04f2a740c7
fix #104698 Make query element of uri survive conflict resolution massaging ( #104699 )
...
* fix #104698 Make query element of uri survive conflict resolution massaging
* Incorporate PR feedback
* Simplify
* Event simpler, and with comments
* Variant preferred by @bpasero
2020-08-17 15:12:26 +02:00
Sandeep Somavarapu
6344d2f62c
Fix #104652
2020-08-17 14:20:29 +02:00
Andre Weinand
c233bf87bc
add API to access DAP breakpoints; see #99716
2020-08-17 12:30:02 +02:00
Ladislau Szomoru
652a432f59
Set suite name based on the --web parameter ( #104798 )
2020-08-17 11:51:59 +02:00
isidor
43ceb72582
update distro
2020-08-17 11:49:18 +02:00
Alex Ross
9ee3142777
Tasks from Run Build Task and Run Test Task should be recently used
...
part of #104714
2020-08-17 11:25:10 +02:00
Martin Aeschlimann
882cfecb39
HTML Tag Syncing Not Breaking on Space. Fixes #103671
2020-08-17 11:04:30 +02:00
Martin Aeschlimann
e9cf1507ae
onTypeRename code polish
2020-08-17 11:04:30 +02:00
Johannes Rieken
442e27637d
clean up for https://github.com/microsoft/vscode/issues/101282
2020-08-17 10:54:04 +02:00
Isidor Nikolic
6ea5e58c23
Merge pull request #104744 from jeanp413/fix-104641
...
Fixes collapse folders action doesn't work when workspace root folder has just one file child item
2020-08-17 10:29:39 +02:00
Alex Ross
cf94bd15cb
Move where TASKS_CATEGORY is defined
2020-08-17 10:08:34 +02:00
Benjamin Pasero
58720cf9e9
editorservice - use async
2020-08-17 09:27:52 +02:00
Johannes Rieken
b7f7c2e4f0
dom - fix selector regex escaping
2020-08-17 09:15:24 +02:00
Johannes Rieken
256cd004f9
add some more test for clarification
2020-08-17 09:07:33 +02:00
Rob Lourens
7e868f45dd
Tweaks to the list row focus settings list
...
- Change styling to look like notebooks
- Add hover decoration
- Add inactive focus styling
- Keybindings/interaction tweaks
- Make toolbar gear show up when row is focused, and make it tabbable
- Revert "custom select box: react on KEY_UP to be aligned with actionBar so appropriate event gets canceled"
This reverts commit 1a2a371c48 .
2020-08-16 21:04:31 -07:00
Rob Lourens
e8c0b5043d
Tweaks to settings editor as list implementation:
...
Revert "Sync TOC tree selection"
Revert "Implement smaller virtual lists"
Fix broken scroll sync
2020-08-16 21:04:06 -07:00
Aditya Thakral
b3c102bb6c
Original settings editor as list implementation:
...
Up + Down arrow keys work
Manage tab order on setting trees
Try to move up/down with focus on input
Use only select
Focus tweaks
Make escape shortcut work
Implement smaller virtual lists
Sync TOC tree selection
Add heading focus
Remove unused import
2020-08-16 21:03:31 -07:00
Peng Lyu
40a54b0e33
Merge pull request #101702 from daybrush/cutcopy#101564
...
Fix cut & copy for iPad
2020-08-16 16:52:34 -07:00
jeanp413
05b8ef8947
Fixes #104641
2020-08-16 01:34:05 -05:00
Matt Bierner
0a22f70e66
Try disabling the polling based loading for serverless
2020-08-14 21:59:58 -07:00
Matt Bierner
76b6ad9981
Make sure we always dispose of all disposed of entries even if one of them throws
2020-08-14 21:59:57 -07:00
Rob Lourens
e0cc8f579f
Queue replace actions within a filematch because other matches in the file should be considered stale after one replace has been executed
...
Fix #88282
2020-08-14 17:29:01 -07:00
rebornix
33d38a9bfe
re #99151 .
2020-08-14 16:06:14 -07:00
Rachel Macfarlane
cc29a81447
Update github authentication extension kind
2020-08-14 10:12:59 -07:00
Alex Ross
8418e06a5b
Resolve customExecution task definition before going to exthost
...
Part of #81007
2020-08-14 16:31:44 +02:00
Martin Aeschlimann
1d3bea8480
fix typo
2020-08-14 15:26:31 +02:00