Commit Graph

37 Commits

Author SHA1 Message Date
Joao Moreno
6d5b99633b fix #28781 2017-06-15 08:14:50 +02:00
Joao Moreno
723bc3b3a7 fix some typescript@next compilation errors
related to #28151
2017-06-14 10:14:54 +02:00
Ilie Halip
4fce360efb make it possible to change a SCMResourceGroup's label 2017-05-05 08:36:40 +03:00
Joao Moreno
9b7a8813e0 🐛 SourceControlResourceDecorations.faded
fixes #24097
2017-04-27 15:38:27 +02:00
Matt Bierner
6147b54439 Fix TS 2.3.1 Compiler Errors in VSCode src/workbench (#25249)
TS 2.3.1 introduced a breaking change by [switching to covariant types for callbacks](https://github.com/Microsoft/TypeScript/wiki/Breaking-Changes#covariance-in-callback-parameters). This change tries to fix these compiler errors in the workbench codebase
2017-04-25 08:20:25 -07:00
Joao Moreno
a8b2945855 🐛 remove the notion of active scm provider
introduces more changes to the SCM api

fixes #23623
fixes #23676
2017-03-30 21:10:44 +02:00
Joao Moreno
8738327b29 🐛 any resource can come in via command arguments 2017-03-30 14:40:55 +02:00
Joao Moreno
ae46d50241 🎨 unhook scm from marshalling 2017-03-30 10:27:14 +02:00
Joao Moreno
b68c8e3347 automatically marshal scm resources 2017-03-30 08:56:28 +02:00
Joao Moreno
ccfcbe6c6f scm: move from pull to push model 2017-03-29 22:44:25 +02:00
Joao Moreno
0b19861f31 🐛 cant commit no more!
fixes #23384
2017-03-28 12:36:00 +02:00
Joao Moreno
e06a838265 🎨 fix scm api based on @jrieken's recommendations 2017-03-27 15:35:56 +02:00
Joao Moreno
b055708234 make SCMProvider.onDidChange optional 2017-03-27 15:35:56 +02:00
Joao Moreno
3d0b9755d3 💥 scm state -> stateContextKey 2017-03-27 11:54:23 +02:00
Joao Moreno
75576e3cca 💥 scm id -> contextKey 2017-03-27 11:54:23 +02:00
Joao Moreno
79aa19e9d4 💥 scm input onDidAccept 2017-03-27 11:08:36 +02:00
Joao Moreno
24cd191ac2 scm: require uris on resources and groups 2017-03-24 17:55:14 +01:00
Joao Moreno
e4a765da2d 🔨 change how ids work in scm providers. remove drag 2017-03-24 16:44:38 +01:00
Joao Moreno
ca1deee166 git: give up on using the editor
fixes #20983
2017-02-21 11:55:27 +01:00
Joao Moreno
ac703e0d92 wip: git init 2017-02-15 17:46:58 +01:00
Joao Moreno
3eddf71678 scm: hide input box model from extension host 2017-02-03 17:20:26 +01:00
Matt Bierner
c342eaa22e Adding more explicit returns 2017-02-01 17:29:57 -08:00
Joao Moreno
da1a21d1de git: countBadge config 2017-01-31 17:06:27 +01:00
Joao Moreno
ced55cc291 scm: remove commit method from api 2017-01-31 15:36:44 +01:00
Joao Moreno
67f0991014 scm: getResourceFromURI 2017-01-09 17:07:02 +01:00
Joao Moreno
62283a969b handle some open clicks 2016-12-02 11:30:50 +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
27793c49e8 use object hierarchy in API 2016-11-30 15:56:29 +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
ceda84ef28 streamline scm extension api 2016-11-24 16:24:32 +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