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 |
|
Joao Moreno
|
043e93f422
|
fixes #56457
|
2018-08-16 23:12:14 +02:00 |
|
Joao Moreno
|
ff71abb2f4
|
fixes #56532
|
2018-08-16 23:12:14 +02:00 |
|
Miguel Solorio
|
5b43c8f253
|
Merge pull request #56595 from Microsoft/misolori/review-comment
Update review comment styles
|
2018-08-16 14:07:23 -07:00 |
|
Rob Lourens
|
44a453a196
|
Fix #56539 - allow selecting text in setting name and description
|
2018-08-16 13:17:10 -07:00 |
|
Rob Lourens
|
acaf5a52a6
|
Fix #56538 - open json editor for "Edit in settings.json" command
|
2018-08-16 13:17:10 -07:00 |
|
Peng Lyu
|
5665c077c5
|
Fix microsoft/vscode-pull-request-github#168. Use editor font for code in comments.
|
2018-08-16 12:00:21 -07:00 |
|
Miguel Solorio
|
1b61c2a1ca
|
Remove unused variable
|
2018-08-16 11:47:06 -07:00 |
|
Miguel Solorio
|
aec8282727
|
Remove right side padding of text area so scrollbar is flushed to edge
|
2018-08-16 10:29:10 -07:00 |
|
Miguel Solorio
|
f28979f682
|
Add padding to comment text area
|
2018-08-16 10:25:55 -07:00 |
|
Miguel Solorio
|
1094f6b1b5
|
Update reply text area styling to match comment box
|
2018-08-16 10:25:39 -07:00 |
|
Miguel Solorio
|
8eeeed30d5
|
Add empty text for review title
|
2018-08-16 09:55:44 -07:00 |
|