Commit Graph

437 Commits

Author SHA1 Message Date
Johannes Rieken
a70478cb1e Merge branch 'master' into joh/progress-api 2017-01-16 18:12:48 +01:00
Johannes Rieken
0c46df976e expose a withScmViewletProgress-API 2017-01-16 18:11:12 +01:00
Johannes Rieken
0caa565500 Merge branch 'master' into joh/progress-api 2017-01-13 13:55:31 +01:00
Johannes Rieken
33492341c9 withStatusBarProgress API and implementation 2017-01-13 12:09:19 +01:00
Joao Moreno
4aa47582b3 Merge branch 'master' into scm-api 2017-01-13 09:33:57 +01:00
Matt Bierner
9d611d4dfd Add Go To Implementation Api (#18346)
* Add Go To Implementation Api

For #10806

Adds a new API for supporting  `go to implementation` command for languages. Implements an example for TS

* Rename

* Cleanup
2017-01-12 12:16:48 -08:00
Joao Moreno
970f663a74 Merge branch 'master' into scm-api 2017-01-11 11:58:59 +01:00
Daniel Imms
6bf0cde91e Add createTerminal with options API with new option waitOnExit
Fixes #15583
2017-01-09 10:56:46 -08:00
Joao Moreno
63a755e411 Merge branch 'master' into scm-api 2017-01-09 09:52:34 +01:00
Johannes Rieken
a6435b1cbd add CodeLensProvider#onDidUpdateCodeLenses, #10648 2016-12-29 15:54:48 +01:00
Joel Day
9c42a68dc0 Merge branch 'master' of https://github.com/Microsoft/vscode 2016-12-20 14:35:38 -08:00
Joel Day
38a3a1a239 Adding insertSnippet to TextEditor extension API. 2016-12-16 00:50:35 -08:00
Johannes Rieken
470820229b move quick open service, #15558 2016-12-12 11:03:39 +01:00
Joao Moreno
e6a46dc9e4 Merge branch 'master' into scm-api 2016-12-05 17:33:47 +01:00
Johannes Rieken
a70d2b6326 enable proposed API only in insiders 2016-12-05 16:41:59 +01:00
Joao Moreno
3faded62ad commit, open, drag optional methods 2016-12-02 11:16:09 +01:00
Joao Moreno
9cd7423788 scm viewlet: themable icons 2016-12-02 10:31:19 +01:00
Joao Moreno
fbeaa5e685 scm viewlet decorations 2016-12-01 17:19:47 +01:00
Joao Moreno
e0e2be3384 git status through extension! 2016-12-01 10:29:12 +01:00
Joao Moreno
06b160e34e MainThreadSCMProvider.$onChange 2016-11-30 11:24:41 +01:00
Joao Moreno
867f12a69c proxy some SCMProvider features 2016-11-30 10:39:19 +01:00
Joao Moreno
2a13d010f3 ExtHostSCMShape.$getOriginalResource 2016-11-30 10:30:41 +01:00
Joao Moreno
57fe12fed3 Merge branch 'master' into scm-api 2016-11-28 10:37:55 +01:00
Benjamin Pasero
8f92dcd2bc Manage extension from status bar and viewlets (for #15155) 2016-11-28 10:17:41 +01:00
Benjamin Pasero
aac9827882 ConfigurationService#lookup is responsible for 25% of startup time (fixes #15884) 2016-11-28 09:59:18 +01:00
Joao Moreno
4c302f9218 scm api: getOriginalResource 2016-11-22 15:48:33 +01:00
Joao Moreno
1af44d673f wip: extHostSCM, mainThreadSCM 2016-11-22 12:15:13 +01:00
Johannes Rieken
e87ab932b6 config has value tree and full tree, fixes #15552 2016-11-18 11:23:13 +01:00
Johannes Rieken
4a6b92723d enable proposed api only when developing extensions 2016-11-10 16:00:46 +01:00
Pine Wu
b9cf15dd1f Merge remote-tracking branch 'upstream/master' into treeExplorerAPI 2016-11-08 23:13:32 -08:00
Johannes Rieken
697c06f216 use different data model to prep ExtHostConfiguration for #inspect knowledge 2016-11-04 18:25:22 +01:00
Pine Wu
355f1159cb Use JSON/interface over the wire 2016-11-01 22:28:11 -07:00
Pine Wu
84dd43b63a Execute onClickCommand on Main side 2016-11-01 11:44:44 -07:00
Pine Wu
31960a77d3 Move error handling to main side 2016-11-01 10:11:53 -07:00
Pine Wu
f5d4ede325 Merge remote-tracking branch 'origin/master' into treeExplorerAPI 2016-10-31 12:50:19 -07:00
Johannes Rieken
31d39b0a37 send telemetry info as initData, fixes #14632 2016-10-28 09:25:36 +02:00
Alex Dima
6dd7a04bbd Fixes #14500: wait for extension points
* Use the extension descriptions available in the UI thread
* Don't wait for handling extension points until extension host is running
* Create the extension host process only after extension points have been handled
* Send the initial configuration as part of the initData to the extension host
2016-10-26 22:08:59 +02:00
Alex Dima
d801542057 ExtensionsRegistry only tracks extension points 2016-10-26 22:08:57 +02:00
Alex Dima
17243e765a Simplify extension point handling 2016-10-26 22:08:53 +02:00
Johannes Rieken
ebd2e2e57d log save participant timings, #13492 2016-10-26 18:12:01 +02:00
Pine Wu
8f777abab1 Merge remote-tracking branch 'origin/master' into treeExplorerAPI 2016-10-24 11:08:03 -07:00
Johannes Rieken
1cda680453 also send isDirty-flag when forwarding model changes, #11339 2016-10-24 13:06:48 +02:00
Pine Wu
37398ea53e Handle all error by showing message 2016-10-21 10:03:16 -07:00
Pine Wu
b141507050 Minor clean up 2016-10-21 10:03:14 -07:00
Pine Wu
ec7f0779d6 Naming 2016-10-21 10:03:12 -07:00
Pine Wu
045aeddd15 ContentProvider -> TreeExplorerNodeProvider 2016-10-21 10:03:11 -07:00
Pine Wu
c7f2d3d1f1 Resolving onClickCommand and clean up
Drop the viewlet part in treeExplorerViewletService
2016-10-21 10:03:03 -07:00
Pine Wu
29c03eaa58 Remove children on ExtHost side and refactor 2016-10-21 09:59:16 -07:00
Pine Wu
154cdf9103 Keep a local tree at extHostExplorer side 2016-10-21 09:58:25 -07:00
Pine Wu
c8bbaaa507 Remove JSON as ITreeNode is all primitives 2016-10-21 09:58:24 -07:00