Daniel Imms
1d5854f611
Unassign myself from the classifier
2020-11-06 14:12:54 -08:00
Matt Bierner
3338ff4e18
Fixes navigation commands for webviews
...
Fixes #100536
These commands currently do not work because:
- The use the `hasFocus` check in layout.ts
- This looks at the active element and checks if the active element has a parent in the editor dom
- However webviews are outside of the normal dom flow (since they cannot be reparented without being destroyred)
To fix this, this PR adds allows dom node to point to their explicit parent using `setParentFlowTo`. Instead of a normal ancestor check, we then check ancestors while observing the flow to parents of node
The webview element is then update to have a parent flow to that points at its editor node
2020-11-06 13:35:59 -08:00
meganrogge
6e2aa0bfb7
clean up code and remove unused methods
2020-11-06 12:42:17 -08:00
Jackson Kearl
ce7e6d9978
Bump actions & fix #109699
2020-11-06 12:12:06 -08:00
David Sanders
153ba443d5
Use string.matchAll ( #110074 )
2020-11-06 11:49:56 -08:00
Jackson Kearl
b419f2f169
Adopt StorageTarget in searchEditorInput
...
Ref #109967
2020-11-06 11:47:23 -08:00
Rachel Macfarlane
5961799c53
Escape backslashes in issue reporter data, fixes #105494
2020-11-06 11:41:48 -08:00
rebornix
be410d1a3d
explain why we modify textarea input handler in firefox.
2020-11-06 11:41:13 -08:00
meganrogge
fc07b2f170
add comments to clarify code
2020-11-06 11:38:21 -08:00
Peng Lyu
83f000df03
Merge pull request #106873 from belcherj/patch-1
...
Fix composition logic for Firefox
2020-11-06 11:38:02 -08:00
rebornix
cb044cec21
Merge remote-tracking branch 'origin/master' into pr/belcherj/106873
2020-11-06 11:36:24 -08:00
Jackson Kearl
339681f631
Use excludive selectors for search editor contributions to fix #91453 .
...
cc @jrieken
2020-11-06 11:23:45 -08:00
rebornix
fca7107884
fix #105901 .
2020-11-06 11:20:25 -08:00
SteVen Batten
35bad7021d
disable submenus rendered as dropdowns ( #109934 )
...
* disable submenus rendered as dropdowns
fix #109305
* address comments
2020-11-06 10:09:22 -08:00
Rachel Macfarlane
c8cfffe09f
Add vscode-encrypt to nativeignore
2020-11-06 09:24:55 -08:00
Daniel Imms
df9cf627b1
Merge pull request #110095 from microsoft/rzhao271/webgl-description
...
Fix #107858
2020-11-06 09:21:36 -08:00
Rob Lourens
9d5dbc6a1a
Bump vscode-ripgrep
2020-11-06 09:17:12 -08:00
Raymond Zhao
9d0346ad2f
Fix #107858
2020-11-06 08:59:51 -08:00
Alex Ross
c91facce0a
Add an action to remove recently used tasks
...
Fixes #93403
2020-11-06 17:34:15 +01:00
isidor
8335fcc3fc
debug: do not auto pick dynamic launch configs
2020-11-06 17:22:31 +01:00
Alex Ross
779a171f9d
Align configure task quick pick closer to terminal
...
Part of https://github.com/microsoft/vscode/issues/93864
2020-11-06 16:57:17 +01:00
Alex Ross
ad19579a44
Don't clear filter for Show All Tasks
...
Fixes #97467
2020-11-06 16:43:45 +01:00
Alex Ross
15afc78232
Fix exthosttree tests
2020-11-06 16:31:37 +01:00
isidor
a1025c64c1
fixes #110077
2020-11-06 16:15:47 +01:00
isidor
9f2ce53867
debug: stop supporting enableBreakpointsFor
2020-11-06 15:03:48 +01:00
isidor
081632d225
debug: remove legacy adapterExecutableCommand
2020-11-06 14:59:00 +01:00
Alex Ross
e95c40c1e4
API proposal for revealing tree view when no elements
...
Fixes #90005
2020-11-06 14:47:14 +01:00
João Moreno
ce4fb6e323
fixes #96264
2020-11-06 14:45:26 +01:00
isidor
0cc93f5c48
debug: split ConfigurationManager into ConfigurationManager and AdapterManager
2020-11-06 14:34:54 +01:00
isidor
6ce30f1dce
remove deprecated debugAdapterExectuable debug proposed api
2020-11-06 14:34:54 +01:00
Alex Ross
f53678cb4b
Update branch for sql grammar
...
Fixes https://github.com/microsoft/vscode/issues/109251
2020-11-06 14:04:50 +01:00
Alex Ross
85534c004c
Only reset theme icon color in treeview once
2020-11-06 13:26:26 +01:00
isidor
4b0855f292
Improve the dynamic launch config UI
...
fixes #110009
2020-11-06 13:21:48 +01:00
Alex Ross
f63d695254
Fallback to userhome when no "file" scheme folders open ( #110066 )
...
Fixes https://github.com/github/codespaces/issues/1695 and fixes microsoft/vscode-remote-release#2536
2020-11-06 13:20:14 +01:00
Benjamin Pasero
0302b84221
web - set version to 1.52.0-dev
2020-11-06 12:52:57 +01:00
João Moreno
63ce8b4732
fixes #92146
2020-11-06 12:00:13 +01:00
João Moreno
d03925a88c
Merge branch 'master' into pr/95915
2020-11-06 11:46:34 +01:00
Martin Aeschlimann
e380037a06
[themes] Use light theme for --disable-extensions. Fixes #97058
2020-11-06 11:35:05 +01:00
João Moreno
168ebd1e66
fixes #95599
2020-11-06 11:31:38 +01:00
Alex Ross
256066f94c
Fix preffered pm when pm can't be determined
2020-11-06 11:30:29 +01:00
João Moreno
57ec100886
fixes #40548
2020-11-06 11:10:18 +01:00
Alex Dima
1593959b5e
In case of multiple possible longest common substrings, try to give preference to the ones containing the most ammount of text
2020-11-06 09:31:21 +01:00
Matt Bierner
24b28f57be
Always use vscode.open to open markdown links
...
Fixes #108998
This ensures we use the custom editor if it is the default
2020-11-05 17:00:16 -08:00
Rachel Macfarlane
7f7307b89a
Fix command for renabling extensions when running with cli flag, fixes #94532
2020-11-05 16:46:19 -08:00
Rachel Macfarlane
4059ff428f
Allow cancelling GitHub sign in, fixes #109101
2020-11-05 16:39:25 -08:00
rebornix
93d736db23
fix #93326 .
2020-11-05 15:39:54 -08:00
Matt Bierner
e026e9a77e
Update JS/TS grammars
2020-11-05 15:08:41 -08:00
meganrogge
194068f693
adopt StorageTarget in SCM #109967
2020-11-05 15:00:51 -08:00
Miguel Solorio
48ebbe9ffa
Merge pull request #110038 from aasimkhan30/aasim/fix/checkboxOutline
...
Added outline offset to checkbox to make focus visible.
2020-11-05 14:08:38 -08:00
Miguel Solorio
663a049f0a
Merge branch 'master' into aasim/fix/checkboxOutline
2020-11-05 14:07:49 -08:00