Commit graph

2377 commits

Author SHA1 Message Date
Matt Bierner 7c633148b3 Remove unneeded d.ts files from extensions (#19653)
* Remove unneeded d.ts files from extensions

Moves most extensions to use the lib files for the standard library that typescript provides.

* Remove a few more node.d.ts references
2017-02-01 12:34:50 -08:00
Joao Moreno c0c25a3f6c git: checkoutType config 2017-01-31 17:14:03 +01:00
Joao Moreno da1a21d1de git: countBadge config 2017-01-31 17:06:27 +01:00
Joao Moreno adb32aa444 git: enableLongCommitWarning config 2017-01-31 17:06:27 +01:00
Joao Moreno 51f3f40a1a git: path config 2017-01-31 17:06:27 +01:00
Joao Moreno 16694c32b8 git: add commit toolbar menu item 2017-01-31 16:47:09 +01:00
Joao Moreno cc8351eb95 git: autorefresh config 2017-01-31 16:47:09 +01:00
Joao Moreno 2881fe860d git config: autofetch 2017-01-31 16:47:09 +01:00
Joao Moreno 5ab16bc306 fix #19496 2017-01-31 16:01:24 +01:00
Joao Moreno 5f5de2bb1f fix checkout branchs/tags 2017-01-31 16:00:55 +01:00
Joao Moreno cb36e6c217 git: commit 2017-01-31 11:15:52 +01:00
Joao Moreno 418744c1d8 git: improve CommitHandler 2017-01-31 09:59:21 +01:00
Joao Moreno e43137f514 long commit decoration 2017-01-30 20:17:29 +00:00
Joao Moreno 343e7036ef add todo 2017-01-27 09:31:06 +01:00
Joao Moreno 42e938f979 git: remove denodeify dependency 2017-01-26 15:14:52 +01:00
Joao Moreno 5690a47892 remove lodash dependency
fixes #19438
2017-01-26 14:56:17 +01:00
Joao Moreno 6b855fccb8 git: enable languages syntax 2017-01-20 19:50:34 +01:00
Joao Moreno 424812d9ba git: merge decorator
fixes #18663
2017-01-19 17:00:56 +01:00
Joao Moreno d0badb14da git: fix throttle decorator 2017-01-19 17:00:56 +01:00
Joao Moreno 973eda700e git: fix debounce decorator 2017-01-19 17:00:56 +01:00
Joao Moreno 6868a0bab1 fixes #18655 2017-01-19 09:42:53 +01:00
Joao Moreno 535a3de600 git: fix fetch error bubbling 2017-01-18 16:57:24 +01:00
Joao Moreno 7ec10a9052 fixes #18662 2017-01-18 16:53:10 +01:00
Joao Moreno 43dd9b76b0 git: nls
related to #18615
2017-01-17 17:38:00 +01:00
Joao Moreno fab6f8871a git: don't show ahead/behind when syncing 2017-01-17 17:08:07 +01:00
Joao Moreno 731ea1ef6b git: report progress 2017-01-17 16:49:51 +01:00
Joao Moreno e004be507c fixes #18648 2017-01-17 15:53:52 +01:00
Joao Moreno 3af429fda7 git: improve fs events reaction 2017-01-17 12:56:37 +01:00
Joao Moreno 75c48336f6 remove console logs 2017-01-17 10:17:58 +01:00
Joao Moreno 1a25345c48 git: dont be eager when reacting to workspace events 2017-01-17 10:16:48 +01:00
Joao Moreno 7c96cacd11 git: improve errors 2017-01-16 16:33:13 +01:00
Joao Moreno 231a1cab1b 2017-01-16 16:27:58 +01:00
Joao Moreno 54e16db16e git: block concurrent commands, sync 2017-01-16 15:51:10 +01:00
Joao Moreno f2bb702d6f scm: fix bad string concatenation 2017-01-16 11:17:33 +01:00
Joao Moreno b788c6f605 git: statusbar tooltip 2017-01-16 10:37:34 +01:00
Joao Moreno 0e8589331a scm: remove unimplemented commands 2017-01-16 10:30:17 +01:00
Joao Moreno 65478f4b5e git: autofetch 2017-01-13 16:10:10 +01:00
Joao Moreno c7fca1c18f git: checkout & branch commands 2017-01-13 11:52:07 +01:00
Joao Moreno 79b37a7f17 add not implemented commands 2017-01-13 11:17:11 +01:00
Joao Moreno a220ce2636 git: switch clean picks 2017-01-12 17:23:11 +01:00
Joao Moreno 8994ed0891 git: remove bad throw 2017-01-12 16:40:49 +01:00
Joao Moreno 2184638de4 git: pimp up CommandCenter 2017-01-12 16:37:46 +01:00
Joao Moreno bd8a10e43f git: show output command 2017-01-12 16:08:52 +01:00
Joao Moreno b6eda35873 git: viewlet overflow commands 2017-01-12 16:08:47 +01:00
Joao Moreno fc0f2188e9 git: open change/file 2017-01-12 11:20:56 +01:00
Joao Moreno 0100102027 git: handle resource opening 2017-01-12 11:07:06 +01:00
Joao Moreno 83846ff1f1 git: reorg 2017-01-12 10:20:26 +01:00
Joao Moreno c46b5c8a8b git: better error handling 2017-01-12 09:37:54 +01:00
Joao Moreno 87eea6cdcc git: sync action 2017-01-11 18:59:57 +01:00
Joao Moreno c0ef3e4880 git: fix sync statusbar 2017-01-11 18:57:47 +01:00
Joao Moreno 01e466ee6e git: publish command, statusbar 2017-01-11 18:56:15 +01:00
Joao Moreno 4c3f63a377 git: sync status bar 2017-01-11 18:47:27 +01:00
Joao Moreno d18c83cb7b git: checkout 2017-01-11 18:19:59 +01:00
Joao Moreno db5a37ae53 git: remove console.log 2017-01-11 17:02:33 +01:00
Joao Moreno 6f05c43983 git: pimp up commands 2017-01-11 17:02:05 +01:00
Joao Moreno ec5c873e40 git: status bar command 2017-01-11 16:36:32 +01:00
Joao Moreno 10e257e7d7 git: basic status bar 2017-01-11 16:29:09 +01:00
Joao Moreno af4aedcf31 git: events for git:// text documents 2017-01-11 15:34:48 +01:00
Joao Moreno daa8cce0b8 git: react to fs events 2017-01-11 15:21:52 +01:00
Joao Moreno 2e4395c11e git: merge actions 2017-01-11 12:10:48 +01:00
Joao Moreno 6ea8b8242d git: fix commit all 2017-01-11 12:08:38 +01:00
Joao Moreno 2e6c8db768 git: clean commands 2017-01-10 18:08:15 +01:00
Joao Moreno cbb7a2cd45 git: log everything 2017-01-10 17:11:17 +01:00
Joao Moreno d47b241dd7 git: refresh is async 2017-01-10 17:11:08 +01:00
Joao Moreno 8805d211b7 git: fix process env 2017-01-10 17:07:44 +01:00
Joao Moreno 786b01c3e9 git: commit clears input box 2017-01-10 16:50:19 +01:00
Joao Moreno 5774cc9cac git: commit 2017-01-10 16:28:56 +01:00
Joao Moreno 7529eebb86 git: fix null resources 2017-01-10 16:14:19 +01:00
Joao Moreno 189f54e045 git: always show Changes group 2017-01-10 11:38:09 +01:00
Joao Moreno 2b15bbbcd7 git: stage commands 2017-01-10 11:29:11 +01:00
Joao Moreno 8bf0865eda git: reorganize model 2017-01-10 11:12:11 +01:00
Joao Moreno e96548c2f4 Merge branch 'master' into scm-api 2017-01-10 10:27:33 +01:00
Joao Moreno 67f0991014 scm: getResourceFromURI 2017-01-09 17:07:02 +01:00
Joao Moreno 992704e872 git: structure commands 2017-01-09 11:52:46 +01:00
Joao Moreno 1b6aa438e4 git: camelCase commands 2017-01-09 10:47:08 +01:00
Joao Moreno aca3e40fe6 git: clean all command 2017-01-09 10:45:37 +01:00
Joao Moreno 8abfb94806 git: clean command 2017-01-09 10:41:33 +01:00
Joao Moreno 1d2bf7f43f fix compilation error 2017-01-09 09:58:57 +01:00
Alex Dima 90d74c59aa Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
Alex Dima 10f68352a0 Themes integration tests 2017-01-04 22:44:08 +01:00
Joao Moreno 9d6ec2dc56 streamline scm menus 2016-12-05 18:44:12 +01:00
Joao Moreno e6a46dc9e4 Merge branch 'master' into scm-api 2016-12-05 17:33:47 +01:00
Joao Moreno 61b4cd01da adopt different scm menu ids 2016-12-02 12:25:41 +01:00
Joao Moreno 3313131632 fix scope issues 2016-12-02 12:09:29 +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 251b65688c git extension icon decorations 2016-12-01 18:02:19 +01:00
Joao Moreno fbeaa5e685 scm viewlet decorations 2016-12-01 17:19:47 +01:00
Joao Moreno ceafebde3e scm viewlet inline actions 2016-12-01 16:09:14 +01:00
Joao Moreno 7f8d9c9bed scm viewlet context menus 2016-12-01 15:12:27 +01:00
Joao Moreno 174dde2eb6 scoped menus 2016-12-01 11:05:54 +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 d3bbdda0aa git: wire up refresh command to model 2016-11-29 17:35:15 +01:00
Joao Moreno fda69a4726 fix bad rename 2016-11-29 17:34:16 +01:00
Joao Moreno 74fa901585 refactor GitSCMProvider 2016-11-29 17:32:29 +01:00
Joao Moreno 3db2bf2de2 git model update 2016-11-29 17:30:28 +01:00
Joao Moreno 178310abe4 git model 2016-11-29 17:09:55 +01:00
Joao Moreno e174df6ee1 use async/await in git: main 2016-11-29 10:02:34 +01:00
Joao Moreno eb494b4c63 remove encoding detection 2016-11-29 10:02:34 +01:00
Joao Moreno dd043965ad move git lib over to extension 2016-11-28 17:18:46 +01:00
Joao Moreno 1f38d8e8da git: output channel 2016-11-28 11:31:38 +01:00
Joao Moreno 3ac3b7a113 git context actions 2016-11-28 11:08:37 +01:00
Joao Moreno f8b5b080ad create active scm provider context key 2016-11-25 13:28:40 +01:00
Joao Moreno c93537dcce command label 2016-11-25 13:22:37 +01:00
Joao Moreno 91800a45c2 scm viewlet title actions 2016-11-25 13:08:41 +01:00
Joao Moreno 65786afc7f strictNullChecks for git extension 2016-11-25 11:51:04 +01:00
Joao Moreno ceda84ef28 streamline scm extension api 2016-11-24 16:24:32 +01:00
Joao Moreno f68bd90ad2 fix git package.json 2016-11-23 12:03:23 +01:00
Joao Moreno 4c302f9218 scm api: getOriginalResource 2016-11-22 15:48:33 +01:00
Joao Moreno 16f4dc8693 git content provider 2016-11-22 12:58:28 +01:00
Joao Moreno 277c0a253a wip: git extension typings 2016-11-22 12:49:03 +01:00
Joao Moreno b0f6ebc0fa wip: git extension 2016-11-22 12:25:12 +01:00
Joao Moreno 72dfd0e15c ups 2016-10-20 16:13:06 +02:00
Joao Moreno a83f2b733d remove publisher 2016-10-20 14:44:18 +02:00
Joao Moreno 74643fd171 remove git extension code 2016-10-20 14:44:00 +02:00
Joao Moreno f0bf8e4e3b fixes #13633 2016-10-13 09:52:18 +02:00
Joao Moreno eb07dfb380 git: dirtydiff decorators lifecycle 2016-10-11 18:06:43 +02:00
Joao Moreno 901810dc4a git: dirty diff first steps 2016-10-11 09:37:28 +02:00
Joao Moreno 8650a786ee git extension: first steps 2016-10-10 17:37:28 +02:00
Benjamin Pasero 63efb84901 Incorrect git comments (fixes #11925) 2016-09-13 15:06:36 +02:00
Martin Aeschlimann 4a13944af6 Migrate all other languages to language-configuration.json 2016-07-21 20:30:37 +02:00
Martin Aeschlimann 37f5e2b355 [colorize tests] update test result data 2016-04-11 21:28:19 +02:00
Martin Aeschlimann 1416f6e5ce [git] colorizer tests 2016-04-11 16:03:36 +02:00
Benjamin Pasero aba1583a63 support more rebase verbs (fixes #4140) 2016-03-18 15:48:46 +01:00
Benjamin Pasero cc226c0581 Support git commit message syntax highlighting (fixes #3876) 2016-03-11 16:30:05 +01:00