Peng Lyu
ec895a4ea0
Merge pull request #82055 from NeeEoo/NeeEoo-patch-1
...
Fix #81890 - Fix HSLA to RGBA in color picker
2019-10-23 11:42:25 -07:00
Peng Lyu
2d9dbafda6
Fix #81958 . Focus border for toggle.
2019-10-23 11:37:55 -07:00
Daniel Imms
0c4f3f9cf4
Update distro
2019-10-23 11:30:19 -07:00
Alex Dima
e9593263f6
Fixes #49428 : Allow fontSize to go all the way down to 6
2019-10-23 20:30:04 +02:00
Daniel Imms
5beb07f84c
Merge pull request #83091 from microsoft/tyriar/82901
...
Remove duplicate uncategorized terminal commands
2019-10-23 11:26:56 -07:00
Miguel Solorio
235f851243
Fix #83138 , hide chevrons in breadcrumb when no tabs visible and last item
2019-10-23 11:26:24 -07:00
Peng Lyu
03be4b63f3
Merge branch 'master' into NeeEoo-patch-1
2019-10-23 11:26:12 -07:00
Daniel Imms
e3c63a67da
xterm@4.2.0-beta20
...
Diff: https://github.com/xtermjs/xterm.js/compare/6311076...d9f58c0
- Tests
- Fix lgtm alerts
- Properly export viewport range in API
- Warn on unattached open, don't throw. Fixes #83016
2019-10-23 11:24:42 -07:00
Daniel Imms
5353d8765d
xterm-addon-search@0.3.0-beta10
...
Fixes #62348
2019-10-23 11:21:14 -07:00
SteVen Batten
33314439b2
rename browserworkbenchenvconopts
2019-10-23 11:16:49 -07:00
Peng Lyu
b010b1090e
Merge pull request #83090 from frobinsonj:fix-82978
...
Fix issue with find widget hide action being dependent on size
2019-10-23 11:10:24 -07:00
Miguel Solorio
064bc15f0d
Really fix #64684
2019-10-23 11:04:21 -07:00
Eric Amodio
844335b389
Closes #54507 - Adds themable window border ( #82781 )
2019-10-23 13:32:37 -04:00
Miguel Solorio
e1987504a1
Merge pull request #83113 from microsoft/misolori/icon-font-activitybar
...
Adopt icon font in activity bar
2019-10-23 09:56:57 -07:00
Miguel Solorio
eaf42f1ccf
Merge branch 'master' into misolori/icon-font-activitybar
2019-10-23 09:56:40 -07:00
isidor
f554449e3b
fixes #83167
2019-10-23 18:40:16 +02:00
Miguel Solorio
3e1c84cdec
Add todo
2019-10-23 09:38:34 -07:00
Miguel Solorio
5a591cdfe7
Update remote explorer to use icon font
2019-10-23 09:34:53 -07:00
Daniel Imms
d0cbf5660f
Merge pull request #83166 from gregvanl/WorkspaceConfig
...
WorkspaceConfiguration API clarifications
2019-10-23 08:48:16 -07:00
Greg Van Liew
563b597b93
WorkspaceConfiguration API clarifications
2019-10-23 08:41:02 -07:00
Alex Ross
df402a4042
Make timeout for slow task provider 4 seconds
2019-10-23 17:35:07 +02:00
Alex Ross
b059cbd074
Attempt to fix process tasks with Windows SSH host
...
part of #82994
2019-10-23 17:04:00 +02:00
Isidor Nikolic
f71a0cf97e
Merge pull request #82881 from solomatov/reveal_fix
...
Fix async race condition in the tree
2019-10-23 16:38:25 +02:00
Isidor Nikolic
106b22ff5e
Merge pull request #83153 from anirudhrb/breakpoint_widget_font_size
...
Use the editor font size for the breakpoint widget
2019-10-23 16:33:33 +02:00
Benjamin Pasero
9b709e7fc1
🆙 distro
2019-10-23 16:26:58 +02:00
isidor
932cebfd93
fixes #81654
2019-10-23 16:25:11 +02:00
Anirudh Rayabharam
aaa0a22461
Addressed code review suggestions
...
1. Removed an extra call to centerInputVertically()
2. Removed the margin-top css rule for inputContainer since it is no
longer required
2019-10-23 19:50:23 +05:30
Benjamin Pasero
35550e0694
debt - remove some unused env properties
2019-10-23 16:09:54 +02:00
Benjamin Pasero
a583ce8228
web - provide env.isBuilt properly
2019-10-23 15:38:26 +02:00
Alex Ross
9e131ecec6
Improve problem matcher prompt setting description
2019-10-23 15:17:47 +02:00
Alex Ross
d59af62ef7
Make problem matcher prompt setting an object
2019-10-23 15:16:58 +02:00
Anirudh Rayabharam
68cc51dff8
Use the editor font size for the breakpoint widget
...
Today, the breakpoint widget doesn't respect the `editor.fontSize`
setting. It always has the default font size even the user has increased the
font size for the editor. Modified `breakpointWidget.ts` to set the
`fontSize` option as per the setting.
Also, fixed the centering of the input by calculating the top margin of the
input container dynamically:
> `topMargin = (heightOfContainer - lineHeight * numLines) / 2`
2019-10-23 18:22:58 +05:30
Benjamin Pasero
0a9f99aa4b
web - adopt session id
2019-10-23 13:03:24 +02:00
Benjamin Pasero
22316bec71
introduce sessionId ( #83144 )
2019-10-23 13:01:38 +02:00
Benjamin Pasero
de65d5e400
Merge branch 'master' into joao/environment-session-id
2019-10-23 13:00:10 +02:00
Benjamin Pasero
ff66f65921
debt - do not duplicate product and environment
2019-10-23 12:59:55 +02:00
isidor
b25446baa1
fixes #81406
2019-10-23 12:49:45 +02:00
Benjamin Pasero
eab3914429
web - more env refactoring and polish
2019-10-23 12:45:25 +02:00
Benjamin Pasero
c0ba9bd372
web - more environment cleanup
2019-10-23 12:36:36 +02:00
Joao Moreno
db0f534439
introduce sessionId
2019-10-23 12:17:59 +02:00
Benjamin Pasero
a4f316ffb2
web - environment reshuffle first cut
2019-10-23 12:16:00 +02:00
Andre Weinand
14d5671058
use session ID instead of session name for ID calculation; fixes #80379
2019-10-23 12:10:18 +02:00
Alex Ross
59c4c48347
Add option to disable problem matcher prompt for task types in quick pick
...
Includes telemetry for when the option is selected
Also fixed an incorrect condition
2019-10-23 12:05:36 +02:00
Alex Dima
befa00e5b2
Have the cursor selection change event contain more information needed for cursorUndo ( #82535 )
2019-10-23 11:38:18 +02:00
Andre Weinand
860d2aca1f
fix definition of isExtensionDevTestFromCli; fixes #81090
2019-10-23 11:36:41 +02:00
Andre Weinand
549b3614bc
change bot classifier back to weinand
2019-10-23 11:36:41 +02:00
Joao Moreno
1b676712a2
launch: move timeout
2019-10-23 11:17:07 +02:00
Alexandr Fadeev
7ee0e02883
Makefile testcase for updated scheme to support the following: var:=$(val:.c=.o) ( #83121 )
2019-10-23 10:45:07 +02:00
João Moreno
a0a7445004
Merge pull request #83111 from mjbvz/screencast-webviews
...
Fix screencast mode for webviews
2019-10-23 10:32:17 +02:00
Alex Ross
7e3d3a5c92
Update make grammar
2019-10-23 10:31:08 +02:00