Commit graph

38101 commits

Author SHA1 Message Date
Benjamin Pasero
920defc6a6 debt - update extensions node dependency to 8.x 2018-08-14 10:44:56 +02:00
Sandeep Somavarapu
6a158f8fd2 Fix #55536 2018-08-14 09:42:04 +02:00
Rob Lourens
206e1b0914 Fix settings smoketest 2018-08-13 22:30:08 -07:00
Rob Lourens
8727085fff Fix #56284 2018-08-13 21:43:31 -07:00
Rob Lourens
658d9b7baf Rename settingsTreeModels.test.ts to match 2018-08-13 17:38:31 -07:00
Rob Lourens
2075a36029 Fix settingKeyToDisplayFormat unit test 2018-08-13 17:37:06 -07:00
Rob Lourens
f0a793389e #55800 - Format category labels with >, use lighter color for label 2018-08-13 17:05:00 -07:00
Jackson Kearl
a15b4ed66d Hopefully make install extensions smoke test less flakey (#56271) 2018-08-13 16:11:42 -07:00
Rob Lourens
820d3dc151 Fix #55375 - add setting and commands to select preferred settings editor 2018-08-13 15:58:45 -07:00
SteVen Batten
8d92a3494e fixes #55921 2018-08-13 15:19:29 -07:00
Rob Lourens
b5d75afdaf #55803 - watch other focusable elements inside the setting row, (link) not just the control 2018-08-13 15:00:50 -07:00
Rob Lourens
292fe45ae3 #55803 - update "modified" label without rendering the tree row 2018-08-13 15:00:50 -07:00
SteVen Batten
dbbbafc204
Sbatten/check menu items (#56179)
* fixes #52929

* add high contrast default

* fix theming for selected item
2018-08-13 14:43:51 -07:00
kieferrm
a4c0c434b6 update calendar 2018-08-13 13:38:23 -07:00
Peng Lyu
127700628a Fix Microsoft/vscode-pull-request-github#180. Render whitespace for code blocks in comments 2018-08-13 12:00:46 -07:00
Peng Lyu
0c97949dcd Fix Microsoft/vscode-pull-request-github#182. Remove all decorations when there is no comment avail. 2018-08-13 11:35:13 -07:00
SteVen Batten
01a50ac55f fixes #56185 2018-08-13 11:28:45 -07:00
Ramya Rao
5e5f6fc6ec
Show recommended with popular when no extensions installed (#56186)
* Show recommended with popular when no extensions installed

* Ensure empty value results in popular extensions
2018-08-13 10:04:40 -07:00
Sandeep Somavarapu
d443020488 Fix #55699 2018-08-13 18:22:07 +02:00
Benjamin Pasero
bbd54cb673 fix #56251 2018-08-13 17:39:43 +02:00
Martin Aeschlimann
dd31f42c0c Normalize uri-paths before attempting to open them? Fixes #54990 2018-08-13 16:48:33 +02:00
Johannes Rieken
ce15d8c355 uri - print a warning when an URI lacks a scheme, #56108 2018-08-13 16:31:58 +02:00
Johannes Rieken
ebf3859c7d fix extensions actions test 2018-08-13 16:31:58 +02:00
isidor
8a7a56e7c5 fixes #56140 2018-08-13 16:16:00 +02:00
Andre Weinand
29c72c0124 aria labels for loaded scripts view; fixes #55447 2018-08-13 15:56:26 +02:00
Martin Aeschlimann
cee43d7350 support goto for file uris arguments 2018-08-13 15:52:25 +02:00
Johannes Rieken
4bed3a88cf fix #56150 2018-08-13 15:36:01 +02:00
Dirk Baeumer
56220afb7d Fixes #54819: Support English locales like en-gb, en-au 2018-08-13 15:26:36 +02:00
Martin Aeschlimann
7143be309a
Merge pull request #56096 from Microsoft/aeschli/fileuri-arguments
support opening file-uris
2018-08-13 15:25:43 +02:00
Martin Aeschlimann
15b0f599b8 --file-uri /--folder--uri are advanced: remove from help 2018-08-13 15:23:53 +02:00
isidor
a295e8b615 breakpoints: some promise error hanlders 2018-08-13 15:22:46 +02:00
Isidor Nikolic
2ce06c2b6e
Merge pull request #56035 from ris58h/issue-55323
Middle Click to remove breakpoint
2018-08-13 15:21:44 +02:00
Andre Weinand
bf67df5c2f move loaded scripts view to bottom; fixes #55463 2018-08-13 14:37:08 +02:00
Martin Aeschlimann
82925ce3e5 merge with master 2018-08-13 13:57:29 +02:00
Benjamin Pasero
7ce26a4a24
Electron 2.0.7 (#56256)
* update to Electron 2.0.7

* disable ColorCorrectRendering (for #51791)
2018-08-13 13:31:52 +02:00
Johannes Rieken
b1eb4b73c5 debt - move importing of entries to TS-world 2018-08-13 13:03:35 +02:00
Johannes Rieken
4944cc2847 debt - remove last usages of globals and any-casts when it comes to perf marks 2018-08-13 13:03:35 +02:00
Johannes Rieken
1b5c9925d7 more tweaks #56253 2018-08-13 13:03:34 +02:00
Johannes Rieken
8f46064995 perf - add markers for workbench contributions 2018-08-13 13:03:34 +02:00
Johannes Rieken
aaf573bb7f wip - send startup reflections as telemetry event, #56253 2018-08-13 13:03:34 +02:00
Johannes Rieken
199d541af1 debt - simplify timer service 2018-08-13 13:03:34 +02:00
Johannes Rieken
5831346dd1 add jsdoc form timer service metrics, #56253 2018-08-13 13:03:34 +02:00
Martin Aeschlimann
9ea3c90681 isEqualOrParent: compare authority according to case-sensitivity 2018-08-13 13:00:17 +02:00
Andre Weinand
44dcb084e0 detect PowerShell when using pwsh executable; fixes #55852 2018-08-13 12:49:41 +02:00
Martin Aeschlimann
b5cd6d8261 'backgroundColor' and 'baseTheme' no longer needed in IWindowConfiguration (for #55677) 2018-08-13 12:29:18 +02:00
Andre Weinand
f42844bf07 protect against short running debug sessions; fixes #56252 2018-08-13 12:23:03 +02:00
Sandeep Somavarapu
30dba777fb Fix #52452 typo 2018-08-13 12:12:11 +02:00
Martin Aeschlimann
8d9331a57c incorperate review comments 2018-08-13 12:09:34 +02:00
Sandeep Somavarapu
474e7539dd Compute total weight from weights of all view descriptors 2018-08-13 12:00:09 +02:00
Alex Dima
efe424dfe7 Tweaks 2018-08-13 11:01:09 +02:00