Commit Graph

2445 Commits

Author SHA1 Message Date
Andre Weinand
cb0f976d18 refactor variable resolving 2018-06-13 17:46:32 +02:00
Christof Marti
f4b89e0b40 Action bar (#49340) 2018-06-13 16:57:55 +02:00
Johannes Rieken
ae9063f094 add DocumentSymbol#detail, #34968 2018-06-13 16:14:15 +02:00
Andre Weinand
db9865bd13 reverse variable substitution passes; fixes #51075 2018-06-13 01:02:08 +02:00
Christof Marti
965c1862b5 QuickInput Proposed API (#49340) 2018-06-12 18:23:25 +02:00
Alex Dima
2a575f1472 Fix usage of IMainContext / IExtHostContext 2018-06-12 16:40:56 +02:00
Johannes Rieken
cecfdcde22 update proposed API to DocumentSymbol-type, #34968 2018-06-12 12:47:27 +02:00
Johannes Rieken
7fa40d8a12 internally talk about DocumentSymbols and WorkspaceSymbols. #34968 2018-06-12 12:47:26 +02:00
Andre Weinand
2613d48d9a start debug terminal from ext host 2018-06-11 23:56:49 +02:00
Rachel Macfarlane
915bbb2db3 Support multiple workspaceCommentsProvider contributions in comments panel, fixes #51622 2018-06-11 09:33:29 -07:00
Alex Dima
e09017d368 Fixes #51387: Preserve path drive letter casing 2018-06-11 18:33:03 +02:00
Benjamin Pasero
dbc578db5d fix #51598 2018-06-11 18:32:40 +02:00
Sandeep Somavarapu
747c10180b Fix #50730 2018-06-11 16:02:42 +02:00
Sandeep Somavarapu
41729b45f2 #50730 Move progress service 2 to workbench 2018-06-11 16:02:42 +02:00
Benjamin Pasero
a3ba24d849 fix npe 2018-06-11 13:05:38 +02:00
Benjamin Pasero
799f31b5ff fix #51358 2018-06-11 11:46:05 +02:00
rebornix
4c11f8ca7f handle diff editor for comments population. 2018-06-08 11:59:30 -07:00
Joao Moreno
c46caf0ac4 smoketest: more tracing information 2018-06-08 17:53:53 +02:00
Rob Lourens
8f8ed32e73 Search provider pattern switches should not be optional - #45000 2018-06-07 21:38:21 -07:00
Johannes Rieken
4e01f6daca workaround #51358 2018-06-07 18:07:41 +02:00
Dirk Baeumer
349d29d8bd Some cleanup for PR: #44461 2018-06-07 15:55:38 +02:00
isidor
cf10e47b42 debug: sessionOnly breakpoint event and propering toJSON for breakpoints 2018-06-07 15:17:15 +02:00
Dirk Bäumer
f3966afcaf Merge pull request #44461 from oriash93/oriash93/42993
Added option whether to show terminal reuse alert
2018-06-07 15:09:25 +02:00
Johannes Rieken
e3a2077949 fill in document uri when document symbol location lacks uri, #51297 2018-06-07 11:03:08 +02:00
Dirk Baeumer
e5c3c10853 Remove old proposed task API 2018-06-07 10:05:47 +02:00
Dirk Baeumer
c1a6fc3522 Fixes #50799: Support querying tasks by task definition 2018-06-06 18:48:36 +02:00
Dirk Baeumer
87e824b4c1 Sanitize task identifer against registry 2018-06-06 18:48:33 +02:00
Sandeep Somavarapu
fc6c30ed31 #48535 SCM viewlet has unregistered views 2018-06-06 08:27:11 +02:00
Sandeep Somavarapu
f6da7e420c Fix #48535 - Close 2018-06-05 22:32:03 +02:00
Peng Lyu
f921e1910f re #38746. Implement dispose method 2018-06-05 12:50:05 -07:00
Johannes Rieken
9a86a83b50 back to more conventinal api proposal, #34968 2018-06-05 17:05:23 +02:00
Sandeep Somavarapu
3cc954a4eb #48535 Adopt to contributable views model 2018-06-05 16:29:51 +02:00
Johannes Rieken
5ee85420d2 less todos, more logging 2018-06-05 10:48:34 +02:00
rebornix
d835b9c226 move comments service into comments part instead of registering it as a global service. 2018-06-04 15:24:36 -07:00
Benjamin Pasero
311e44fa4c adopt new grid APIs 2018-06-04 11:15:15 -07:00
Peng Lyu
ad635f2b4c Merge remote-tracking branch 'upstream/master' into rmacfarlane/review 2018-06-04 11:14:31 -07:00
Matt Bierner
07521ebaa4 Fix loading of local resources in webview 2018-06-04 09:32:49 -07:00
Sandeep Somavarapu
cb1d1f76af #48535 Make views service generic 2018-06-04 15:59:20 +02:00
Johannes Rieken
ea09391fd8 fix #49687 2018-06-04 15:09:21 +02:00
Johannes Rieken
88ba6f800e remove old, proposed fsp api, #50859 2018-06-04 11:36:06 +02:00
Johannes Rieken
4813dc34f9 fix #50654 2018-06-04 09:50:37 +02:00
Daniel Imms
01c3eb72cb Register onData listener 2018-06-02 16:56:14 -07:00
Daniel Imms
6e507e86d7 Refactor common items into BaseExtHostTerminal 2018-06-02 16:53:14 -07:00
Daniel Imms
275135a7e0 Prefer const 2018-06-02 16:41:45 -07:00
Daniel Imms
20f9bf129a Implement start of terminal renderers
Part of #46192
2018-06-02 16:35:49 -07:00
Joao Moreno
9a599483f6 Merge branch 'master' into grid 2018-06-01 16:16:57 +02:00
Johannes Rieken
18104488f5 one more time, fix #50321 2018-06-01 12:54:01 +02:00
Joao Moreno
18493986cf Merge branch 'master' into grid 2018-05-31 14:18:36 +02:00
Dirk Baeumer
84984608fe Fixes #50858: Task api is still marked as proposed 2018-05-31 11:59:01 +02:00
Sandeep Somavarapu
e11fa76edd #48901 Expand by default only in custom viewlets 2018-05-31 10:31:45 +02:00