jeanp413
ace080a622
Fixes #104776
2020-08-17 23:12:03 -05:00
Eric Amodio
6b01ac19ed
Fixes #104700 - use registered provider count
...
Don't account for excluded providers, since the user can change those dynamically and we don't want the view to hide itself
2020-08-18 00:02:31 -04:00
Duc Nghiem Xuan
63c711deef
Don't include this function types in completeFunctionCalls ( #104479 )
2020-08-17 17:52:26 -07:00
rebornix
eefe53f072
update css per new layout.
2020-08-17 17:49:11 -07:00
Matt Bierner
650f7688f3
Add (loading...) prefix to hovers while TS Server is starting up
...
Fixes #104859
2020-08-17 17:48:26 -07:00
Caio
c45e05e4a6
treat *.c++ and *.h++ files as c++ on macos
2020-08-17 21:40:18 -03:00
Rob Lourens
9fcefcd872
Make sure "command palette" command doesn't show up in simple editor
...
#104727
2020-08-17 17:39:05 -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
Arthur Kushka
bbbc3141cf
Moved repl tree filter to the separate common component
2020-08-16 12:56:06 +01:00
Arthur Kushka
166da46467
Fixed rebase issues, added test for filtering
2020-08-16 11:55:11 +01:00
Arthur Kushka
3be30035bc
Implemented filter for debug console output
2020-08-16 11:55:11 +01:00
jeanp413
05b8ef8947
Fixes #104641
2020-08-16 01:34:05 -05:00
Brandon
c9e72c8737
Run Selected Text action should use the active code editor
...
Fixes #104612
2020-08-15 17:41:42 -06: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