Commit Graph

5364 Commits

Author SHA1 Message Date
Benjamin Pasero
9f3efd4429 Cursor over icon is default, should be pointer (fixes #12365) 2016-09-21 11:17:22 +02:00
Johannes Rieken
08b23250e1 wire ext host save participant to main thread save participant 2016-09-21 11:13:26 +02:00
Johannes Rieken
a4c9fed946 test for bad concurrent edits, test for subsequent good edits 2016-09-21 10:45:41 +02:00
Joao Moreno
0892555f12 ipc: stub messageIpc 2016-09-21 10:39:47 +02:00
Joao Moreno
e023d81ce8 ipc: send client ids when connecting 2016-09-21 10:24:04 +02:00
Sandeep Somavarapu
95f24e5807 fix #12353 2016-09-21 10:08:56 +02:00
Johannes Rieken
891852a71c don't fail save when participant fails 2016-09-21 10:01:16 +02:00
Johannes Rieken
bb6556257f merge waitUntil and pushEdits 2016-09-21 09:59:20 +02:00
Sandeep Somavarapu
90dda7af65 fix warning in tests 2016-09-21 08:23:15 +02:00
Sandeep Somavarapu
bccfce1b61 fix tests 2016-09-21 08:22:48 +02:00
Sandeep Somavarapu
4e1722522d markersModel: use hasFilters to check for filter 2016-09-21 08:22:48 +02:00
Benjamin Pasero
53f524a567 no tabs: dirty over close action 2016-09-21 07:40:37 +02:00
Benjamin Pasero
07af5660c8 icons: polish and fixes 2016-09-21 07:39:41 +02:00
Sandeep Somavarapu
2f76c44632 MarkersModel: bulk update/refresh of resources 2016-09-20 19:28:43 +02:00
Sandeep Somavarapu
2612a71571 performance fix: code optimization and do sorting while rendering tree 2016-09-20 19:28:43 +02:00
Johannes Rieken
ab64f8252d pushEdits and wire up workspace#applyEdits 2016-09-20 19:25:44 +02:00
Benjamin Pasero
c49fe7f90f fix DND issue with groups 2016-09-20 18:51:33 +02:00
Benjamin Pasero
d66b0fd876 icons: adopt in problems view 2016-09-20 18:48:00 +02:00
Benjamin Pasero
4284156bd4 icons: adopt file label for search 2016-09-20 18:32:21 +02:00
Andre Weinand
20e2db4725 use latest version of debug protocol 2016-09-20 18:24:52 +02:00
Benjamin Pasero
7afb78dec6 update icons when file associations change 2016-09-20 18:19:37 +02:00
Johannes Rieken
7b9f3516f4 make ISaveParticipant async 2016-09-20 17:52:24 +02:00
Alex Dima
bd1a69c0cb Fixes #12214: Do not use <any> 2016-09-20 18:43:45 +03:00
Benjamin Pasero
006361a660 share one kind of label class 2016-09-20 17:26:19 +02:00
Benjamin Pasero
84168a6e8e adopt filelabel for explorer 2016-09-20 16:52:34 +02:00
Johannes Rieken
23fef6b12f add document to event 2016-09-20 16:46:41 +02:00
Johannes Rieken
13b1a8758d First cut of an ext host onWillSaveTextDocumentEvent 2016-09-20 16:32:37 +02:00
Joao Moreno
49b4645a2a ext tips service: use choice service 2016-09-20 16:00:47 +02:00
Joao Moreno
698db92c94 💄 2016-09-20 16:00:47 +02:00
Joao Moreno
d6ad962e5a git: use internal schema for index files 2016-09-20 16:00:47 +02:00
Joao Moreno
78aa5271cd choice service: return true in actions 2016-09-20 16:00:47 +02:00
Joao Moreno
0b6b9e0582 choice service 2016-09-20 16:00:47 +02:00
Benjamin Pasero
4851c57e7e icons: for when tabs are disabled 2016-09-20 15:54:44 +02:00
Benjamin Pasero
ea343d4296 icons: show when tabs are enabled 2016-09-20 15:05:55 +02:00
Benjamin Pasero
3ccbc4a9ef editor label: allow to directly set values 2016-09-20 15:05:55 +02:00
Benjamin Pasero
c596c35185 add dispose to editorlabel 2016-09-20 15:05:55 +02:00
Benjamin Pasero
48a98604d0 introduce and use editorLabel for icons in "opened editors" 2016-09-20 12:10:45 +02:00
isidor
08d9645595 'inOutput' context key
fixes #12263
2016-09-20 12:10:09 +02:00
isidor
b51d1c5360 fixes #12118 2016-09-20 11:39:19 +02:00
isidor
62f00c94a5 debug: null guards when getting response from debug adapter
fixes #12123
fixes #12120
2016-09-20 11:35:23 +02:00
Benjamin Pasero
67fb63d2e4 icons: extract CSS class computation to helper 2016-09-20 10:43:59 +02:00
isidor
ffaf6a0391 debug repl: tmp workaround to also auto scroll if scrolled all the way up
fixes #11833
2016-09-20 10:27:39 +02:00
Daniel Imms
7be37e37d7 Merge pull request #12305 from Microsoft/roblou/emptyCommandsToSkipShell_12264
Fix #12264 - Add initial value to reduce
2016-09-20 01:19:36 -07:00
Benjamin Pasero
9708cd3c55 add test for replacing entire invalid config file 2016-09-20 10:12:21 +02:00
isidor
6e2897ebe9 debug: input box in trees should always have the text selected
fixes #12014
2016-09-20 10:11:32 +02:00
Benjamin Pasero
8e369516f7 config edits: allow parse errors in JSON if entire JSON is being replaced 2016-09-20 10:10:55 +02:00
isidor
00d2225c6b debug: always clear tree highlight to avoid ending up in a broken state
fixes #12203
2016-09-20 10:04:40 +02:00
Benjamin Pasero
75b420dacd text file model cleanup 2016-09-20 10:02:01 +02:00
Benjamin Pasero
0a74ef0bfb fix #12268 2016-09-20 10:01:22 +02:00
Sandeep Somavarapu
6857affcf3 fix typo 2016-09-20 09:57:17 +02:00