Jackson Kearl
f15deb5165
Feature request: remove auto-closing of extension details ( #51399 )
...
* Don't close extensions on navigating to different activity view.
Add a config option to restore previous behaviour.
* Naming
* Naming #2
* Update wording.
2018-06-11 11:47:01 -07:00
Jackson Kearl
71fcad342a
Use the reasonText atriburte of the extension reccomendation in aria-label ( #51473 )
...
* Use the `reasonText` atriburte of the extension reccomendation in label
* Lower case extension id before lookup
2018-06-11 11:11:10 -07:00
Rachel Macfarlane
ddaf84db8c
Update comment panel visibility earlier on startup
2018-06-11 10:49:11 -07:00
Alex Dima
f89110f77c
Fixes #51619 : Make sure to revive URIs in initData
2018-06-11 19:11:18 +02:00
Benjamin Pasero
daacf5c929
move find/show references command back to editor
2018-06-11 19:05:26 +02:00
Sandeep Somavarapu
c65cd72518
💄
2018-06-11 18:53:48 +02:00
Daniel Imms
e0498489f3
Simplify terminal launch logic
...
This change goes away with the terminal launch delay (since the
dynamic xterm import does that) as well as waiting for the panel
to display. By doing so, this ensures that the TerminalInstance
is available when it's needed for the TerminalPanel to focus it
when clicking on the panel button.
Fixes #40416
2018-06-11 18:49:13 +02:00
isidor
08331720da
debug repl: adopt IHistoryNavigationWidget
2018-06-11 18:36:22 +02:00
Rachel Macfarlane
915bbb2db3
Support multiple workspaceCommentsProvider contributions in comments panel, fixes #51622
2018-06-11 09:33:29 -07:00
Alex Dima
e09017d368
Fixes #51387 : Preserve path drive letter casing
2018-06-11 18:33:03 +02:00
Benjamin Pasero
dbc578db5d
fix #51598
2018-06-11 18:32:40 +02:00
isidor
517c3c050e
repl: reuse HistoryNavigator
2018-06-11 18:09:18 +02:00
Sandeep Somavarapu
c3e3e532d7
💄
2018-06-11 18:08:15 +02:00
Alex Dima
7399f8429f
Fixes #50168 :
...
Revert "Add emoji fonts to default font families"
This reverts commit 88e753594b .
2018-06-11 17:52:43 +02:00
Benjamin Pasero
efdfcca26a
grid - fix various icon issues
2018-06-11 17:51:03 +02:00
Benjamin Pasero
98d7de04d6
editors - ensure setInput() always wire in the promise
2018-06-11 17:24:24 +02:00
Ramya Rao
f7cc895901
Dont do async work on process.on('exit') ( #51411 )
...
* Dont do async work on process.on('exit') Fixes #47180
* Refactoring
2018-06-11 08:15:26 -07:00
Sandeep Somavarapu
26b30648a0
- Define IHistoryNavigationWidget interface
...
- Ability to register a context scoped history navigation widget
- context to enable / disable history navigation
2018-06-11 17:13:26 +02:00
Daniel Imms
eb163dee6e
Update xterm typings
2018-06-11 16:33:14 +02:00
Sandeep Somavarapu
747c10180b
Fix #50730
2018-06-11 16:02:42 +02:00
Sandeep Somavarapu
41729b45f2
#50730 Move progress service 2 to workbench
2018-06-11 16:02:42 +02:00
Johannes Rieken
be4b47e4a2
move filter/find action into overflow menu #49922
2018-06-11 15:59:39 +02:00
João Moreno
c166a64dc7
Merge pull request #51224 from Microsoft/joao/delay-shared-process
...
Delay shared process to improve startup times
2018-06-11 15:54:05 +02:00
Joao Moreno
4dea84c5b3
fix unit tests
2018-06-11 15:43:17 +02:00
Johannes Rieken
497605c406
select suggestions based on select property, #35551
2018-06-11 14:06:32 +02:00
Benjamin Pasero
a3ba24d849
fix npe
2018-06-11 13:05:38 +02:00
Alexandru Dima
b61725b1e8
Merge pull request #51265 from wistcc/WC/51127
...
Adding warning when tokenization is skipped
2018-06-11 12:52:29 +02:00
Martin Aeschlimann
7a6092b2c1
folding: handle view states without provider
2018-06-11 12:27:02 +02:00
Joao Moreno
7176f3671d
splitview layout should keep view proportions
...
fixes #1447
2018-06-11 12:18:08 +02:00
Benjamin Pasero
d0d8929d37
fix #46818
2018-06-11 12:12:28 +02:00
Benjamin Pasero
4132c13a41
fix #42726
2018-06-11 11:53:50 +02:00
Benjamin Pasero
4ac711abbb
Allow closing notifications with middle mouse button ( fixes #51440 )
2018-06-11 11:48:25 +02:00
Benjamin Pasero
799f31b5ff
fix #51358
2018-06-11 11:46:05 +02:00
Alexandru Dima
f0a823103f
Merge pull request #50971 from oygen87/patch-1
...
delete a comment
2018-06-11 11:42:12 +02:00
João Moreno
8957a49e76
Support grid descriptors ( #51337 )
...
* grid: createSerializedGrid
* fix gridview styles order, remove from parent on dispose
* adopt in editor part
* emit events for added groups properly
* fix array use
2018-06-11 11:40:16 +02:00
Alex Dima
1e934abdd6
Fixes #42851 : Make two separate invocations in the case where the command argument is undefined
2018-06-11 11:39:09 +02:00
Johannes Rieken
bca62cf8a4
Merge pull request #51509 from malmaud/typo
...
Fix typo in extensions doc.
2018-06-11 11:22:22 +02:00
Sandeep Somavarapu
1f4450867f
Fix #51577
2018-06-11 10:51:17 +02:00
Benjamin Pasero
a728d35937
about: node => node.js
2018-06-11 10:38:43 +02:00
Schuyler Cebulskie
7d100ef829
Add V8 version to about dialog and prettify it ( #51511 )
2018-06-11 10:37:30 +02:00
Benjamin Pasero
68f1bc29de
workaround #47555
2018-06-11 10:35:55 +02:00
Benjamin Pasero
5695c53f09
electron 2.0.x: disable experimentalFeatures
2018-06-11 10:33:30 +02:00
Isidor Nikolic
136b95102b
Merge pull request #51570 from Microsoft/misolori/debug-center-alignment
...
Center dropdown in debug toolbar
2018-06-11 10:25:45 +02:00
isidor
e58f7975e3
fixes #51245
2018-06-11 10:15:30 +02:00
Sandeep Somavarapu
cee1cc09e0
Rename to context scoped widget
2018-06-11 09:05:48 +02:00
misolori
60f2446458
Clean up svgs
2018-06-10 20:20:46 -07:00
misolori
bc411a7f97
Remove top margin and set height for flexbox to vertically align dropdown
2018-06-10 20:04:59 -07:00
misolori
3592ec5725
Vertically center the restart icon
2018-06-10 20:00:13 -07:00
Daniel Imms
b67f6034d2
Merge remote-tracking branch 'origin/master' into tyriar/49477_terminal_menu
2018-06-09 10:34:51 +02:00
Rob Lourens
36f3337cfc
Avoid an unnecessary settings target search, and correctly clear the lastFilterResult
2018-06-08 21:47:19 -07:00