Martin Aeschlimann
|
d24404ee1d
|
Do not use exceptions for missing grammars. Fixes #52692
|
2018-06-22 17:24:30 +02:00 |
|
Martin Aeschlimann
|
1f79465e8c
|
monaco tokenize API polish
|
2018-06-22 16:34:56 +02:00 |
|
Martin Aeschlimann
|
ee0be29c7e
|
monaco tokenize2 fixes
|
2018-06-22 16:34:56 +02:00 |
|
Martin Aeschlimann
|
940ad8198f
|
tokenizer2 APIs for monaco
|
2018-06-22 16:34:56 +02:00 |
|
Joao Moreno
|
66d7ae89d8
|
move trie out, flesh out setCollapsed
|
2018-06-22 16:31:50 +02:00 |
|
Joao Moreno
|
fc38f66eb9
|
improve user setup background update flow
|
2018-06-22 16:29:36 +02:00 |
|
Sandeep Somavarapu
|
47c891a656
|
fix tests
|
2018-06-22 16:24:16 +02:00 |
|
Sandeep Somavarapu
|
2949596d85
|
fix bugs
|
2018-06-22 16:11:18 +02:00 |
|
Joao Moreno
|
967d43e22a
|
tree.getElementPath
|
2018-06-22 15:33:59 +02:00 |
|
isidor
|
82b74e2679
|
Allow to customise background color of the editor pane visible on the left and right side of the centered editor layout
fixes #52434
|
2018-06-22 15:11:03 +02:00 |
|
Alex Dima
|
40a823ba60
|
Make hover delay time configurable (#15667)
|
2018-06-22 14:55:54 +02:00 |
|
Alex Dima
|
a29f49235d
|
Show hover from action immediately (#15667)
|
2018-06-22 14:55:54 +02:00 |
|
Joao Moreno
|
af81144fed
|
streamline win32 user updates
|
2018-06-22 14:45:17 +02:00 |
|
Sandeep Somavarapu
|
6d8e8f2f82
|
remove unused import
|
2018-06-22 14:40:57 +02:00 |
|
Sandeep Somavarapu
|
2aff54b9d6
|
Pass server to install action
|
2018-06-22 14:40:57 +02:00 |
|
Sandeep Somavarapu
|
e1fc36930f
|
Add a method to get default server
|
2018-06-22 14:40:57 +02:00 |
|
Sandeep Somavarapu
|
0d32798840
|
Adopt to multiple local extensions
|
2018-06-22 14:40:57 +02:00 |
|
Sandeep Somavarapu
|
aa3d6583bf
|
add install action to disposables
|
2018-06-22 14:40:57 +02:00 |
|
Sandeep Somavarapu
|
7405637ea6
|
Check and pass locals
|
2018-06-22 14:40:56 +02:00 |
|
Sandeep Somavarapu
|
a923370879
|
Extension management - an extension can have multiple locals
|
2018-06-22 14:40:56 +02:00 |
|
Alex Dima
|
f94cd7b236
|
Avoid NPE
|
2018-06-22 12:38:51 +02:00 |
|
Alex Dima
|
80a3ba94d6
|
Ignore updateOptions calls which do not change anything
|
2018-06-22 12:38:51 +02:00 |
|
Johannes Rieken
|
1808aa9f81
|
fix compile error
|
2018-06-22 12:23:27 +02:00 |
|
Johannes Rieken
|
dfb98d6d6f
|
first cut of FileWillRenameEvent with support for workspace edit, #43768
|
2018-06-22 12:22:28 +02:00 |
|
Johannes Rieken
|
e73417d249
|
add AsyncEmitter #43768
|
2018-06-22 12:22:28 +02:00 |
|
Joao Moreno
|
ae5dcc70c0
|
fix product json path
|
2018-06-22 12:22:24 +02:00 |
|
Alex Dima
|
291c8e5806
|
Allow editor.hover to be an object
|
2018-06-22 12:12:59 +02:00 |
|
Christof Marti
|
f315912831
|
Fix hiding (#49340)
|
2018-06-22 11:43:47 +02:00 |
|
Isidor Nikolic
|
2ae783aebe
|
Merge pull request #52623 from iansan5653/master
Limit highlighting on drag over open editors by checking if dragged item can be dropped
|
2018-06-22 11:39:00 +02:00 |
|
Joao Moreno
|
e54e1e0777
|
better typed Trie
|
2018-06-22 11:37:27 +02:00 |
|
Joao Moreno
|
e206d06566
|
Merge branch 'master' into tree
|
2018-06-22 11:22:18 +02:00 |
|
Joao Moreno
|
1ff1c57a74
|
inno: no external files
|
2018-06-22 11:12:16 +02:00 |
|
Joao Moreno
|
f3ac15e5be
|
list view: make sure all templates are disposed when list is disposed
|
2018-06-22 10:56:05 +02:00 |
|
James
|
b7e6e04666
|
fix #51768 (#51849)
|
2018-06-21 17:36:25 -07:00 |
|
Rob Lourens
|
c7f17d5333
|
Add 'contributedByExtension' field to IConfigurationNode and ISettingsGroup.
We want to keep track of which setting groups come from extensions, so they can be displayed separately in the settings editor
|
2018-06-21 17:27:16 -07:00 |
|
Rob Lourens
|
7adb148102
|
Fix 'edit in settings' button css
|
2018-06-21 17:14:10 -07:00 |
|
Rob Lourens
|
3a8800c1bc
|
Localize settings category names
|
2018-06-21 17:14:00 -07:00 |
|
Jackson Kearl
|
9dc98f3ff7
|
Add "Click to view details" on extension list items' aria-labels (#51805)
* Add "Click to view details" on extension list items' aria-labels
* Reword message
|
2018-06-21 17:01:37 -07:00 |
|
Matt Bierner
|
23f1fdcedc
|
Fix retainContextWhileHidden
Fixes #52073
|
2018-06-21 13:43:44 -07:00 |
|
Matt Bierner
|
c28bbdedbb
|
Use property shorthand
|
2018-06-21 13:43:44 -07:00 |
|
Daniel Imms
|
f4ec0f3b17
|
node-pty@0.7.5
|
2018-06-22 05:15:23 +10:00 |
|
Ramya Achutha Rao
|
3b798fd805
|
Remove avoidable dependency of tipsservice in extworkbenchservice
|
2018-06-21 10:32:21 -07:00 |
|
isidor
|
fce9e3de51
|
debug: allow toolbar to be in two different vertical lines
|
2018-06-21 18:03:41 +02:00 |
|
isidor
|
6a9c5b44e2
|
With Joh remote file service: throw when doing a mutating action
|
2018-06-21 17:55:13 +02:00 |
|
Alexandru Dima
|
e454496246
|
Merge pull request #49298 from CoenraadS/highlightActiveIndentGuide
Add setting for highlightActiveIndentGuide #49148
|
2018-06-21 17:38:39 +02:00 |
|
Alex Dima
|
ac7fcc9451
|
Fix view options comparison
|
2018-06-21 17:36:09 +02:00 |
|
Alex Dima
|
e16bb890fb
|
Do not compute active indent guide if it is not needed
|
2018-06-21 17:20:56 +02:00 |
|
Ian Sanders
|
f039aed0b7
|
Add and implement check if dragged item can be dropped on open editor
|
2018-06-21 11:15:35 -04:00 |
|
Johannes Rieken
|
7a42b91d1f
|
make sure jsflags are send asap #52581
|
2018-06-21 16:03:44 +02:00 |
|
Alex Dima
|
a092059929
|
Merge remote-tracking branch 'origin/master' into pr/CoenraadS/49298
|
2018-06-21 13:59:21 +02:00 |
|