Commit graph

38545 commits

Author SHA1 Message Date
Andre Weinand
5669f1d0a6 node-debug@1.27.3 2018-08-18 01:37:50 +02:00
SteVen Batten
1db4cac7af
new mnemonics behavior (#56617)
* new mnemonics behavior

* fixing bubbling and mnemonics showing in menus

* updating rendering and removing conflicts with keybindings

* fix submenu dismissal behavior
2018-08-17 15:42:52 -07:00
Rob Lourens
350efab258 Settings editor - enable settings in new extensions #49474 2018-08-17 12:59:36 -07:00
Rob Lourens
b538f1e8fe Settings editor - add "modified" to title tooltip 2018-08-17 12:56:24 -07:00
Rob Lourens
a1b5114111 Also include markdownDescription in exported config 2018-08-17 12:54:26 -07:00
Rob Lourens
2c74afbf80 Settings editor - fix initially unselected TOC item 2018-08-17 12:12:54 -07:00
Rob Lourens
19b17ef746 Settings editor - cache settingLayout regex patterns for perf 2018-08-17 12:10:17 -07:00
Rob Lourens
9f9c5acc1e Settings editor - calculate labels lazily for perf 2018-08-17 12:03:24 -07:00
Rob Lourens
f5215d5f63 Fix #53132 - remove duplicate TOC groups 2018-08-17 11:22:25 -07:00
Rob Lourens
b0a34ceac3 Fix #56487 - Don't search in models that aren't open 2018-08-17 10:46:22 -07:00
Rob Lourens
03f2f7e070 #48641 - add 'alwaysExpand' option 2018-08-17 10:31:58 -07:00
Christopher Leidigh
faadee87a5
SelectBox: Prevent layout/hide on no room/offscreen Fixes: #55750 (#56173) 2018-08-17 13:10:45 -04:00
Johannes Rieken
5399233b88
Merge pull request #56261 from Microsoft/joh/extpack
Use webpack for emmet and git extension
2018-08-17 18:28:04 +02:00
Alex Dima
22edd3e651 Push monaco.d.ts change 2018-08-17 18:06:49 +02:00
Johannes Rieken
c98ed76158 add a way to opt out of ts-loader so that vscode-nls-tricks survive 2018-08-17 17:58:57 +02:00
Alex Dima
22c1af5a3e Fixes #54146: Only use halfwidth rightwards arrow if it doesn't break monospace 2018-08-17 17:49:09 +02:00
Alex Dima
7ade707974 Fixes #56255: Remove unnecessary code 2018-08-17 17:03:08 +02:00
Benjamin Pasero
d31da69aaf update comment 2018-08-17 15:57:58 +02:00
Johannes Rieken
418808ac75 remove unused dependency 2018-08-17 15:57:09 +02:00
Johannes Rieken
1115196349 add a shared webpack conifg 2018-08-17 15:56:57 +02:00
Johannes Rieken
e2b5c5d870 prevent picker overflow, #56318 2018-08-17 15:09:42 +02:00
Johannes Rieken
7a3bd6d056 perf - make sure to compute startup metrics not too early, #56253 2018-08-17 12:24:27 +02:00
Johannes Rieken
eb1fbf0ee6 add ellapsedPanelRestore to perf metrics, #56253 2018-08-17 12:10:12 +02:00
Johannes Rieken
02d7e6682f move performance developer actions to perf-contribution, #56253 2018-08-17 12:10:12 +02:00
Joao Moreno
93d2e0e941 cleanup 2018-08-17 12:01:44 +02:00
Joao Moreno
18754c71fc remove console.log 2018-08-17 11:59:32 +02:00
Joao Moreno
b0eab47691 fixes #56665 2018-08-17 11:54:17 +02:00
Johannes Rieken
29a2ba63f4 perf-stats: fix column header 2018-08-17 11:04:56 +02:00
Johannes Rieken
315cce8314 Revert "remove proposed Logger-api, #43275"
This reverts commit 1c72ab243c.
2018-08-17 11:04:35 +02:00
Andre Weinand
e877248059 node-debug@1.27.2 2018-08-17 10:54:17 +02:00
Joao Moreno
51d6507fe7 cleanup win32 continuous build 2018-08-17 10:35:29 +02:00
Johannes Rieken
92f4047fa1 fix #56576 2018-08-17 10:32:38 +02:00
Benjamin Pasero
c37e51bc7d fix #55864 2018-08-17 10:22:13 +02:00
Johannes Rieken
eabf725b0f fix #56604 2018-08-17 10:11:56 +02:00
Benjamin Pasero
95a07b5137 add more logging to diagnose #56553 2018-08-17 09:53:33 +02:00
Johannes Rieken
1a9a0bd306 💄 sort lines in vscode-module export 2018-08-17 09:49:25 +02:00
Johannes Rieken
1c72ab243c remove proposed Logger-api, #43275
we keep the LogLevel-enum and the plan is to accept the log level when
calling OutputChannel#appendLine so that
logging is supported there
2018-08-17 09:47:26 +02:00
Benjamin Pasero
b8a9ce26d6 workaround #56633 2018-08-17 09:43:48 +02:00
Joao Moreno
c1989902c8 fixes #56586 2018-08-17 09:42:06 +02:00
Johannes Rieken
bbfcc67dc9 add ExtensionContext#logPath, #43275 2018-08-17 09:30:18 +02:00
Rob Lourens
fd610b4b6a Settings editor - fix height difference between light/dark themes 2018-08-16 21:05:29 -07:00
Rob Lourens
f926c3abe0
Merge pull request #56438 from cdnil/collapse-all-search-results-config
add 'search.collapseAllResults' setting
2018-08-16 20:41:04 -07:00
Nil
095758e055 add 'search.collapseAllResults' setting 2018-08-17 11:17:10 +08:00
Rob Lourens
3c052265d9 Fix #56618 - add missing border to settings search box in light themes 2018-08-16 19:08:09 -07:00
Rob Lourens
d2148923f5 Revert "Fix #56415 - 'new' tag for settings" 2018-08-16 18:09:53 -07:00
Rob Lourens
5cf8f61b51 Fix #56612 - use blue indicator bar instead of 'Modified' text 2018-08-16 17:56:33 -07:00
Rob Lourens
55a85328c9 #56137 - remove TPromise#cancel from settings editor 2018-08-16 17:21:19 -07:00
Rob Lourens
019cac9f75 Remove prefs editor TPromise#cancel - #56137 2018-08-16 17:21:19 -07:00
Peng Lyu
020c0d1d2d Re microsoft/vscode-pull-request-github#227. Cmd enter to submit comment. 2018-08-16 15:20:28 -07:00
SteVen Batten
35b0d44cd4
Menu extends ActionBar (#56509)
* restructure the menu and actionbar
ref #55258

* removing isMenu
2018-08-16 14:29:14 -07:00