Commit Graph

21 Commits

Author SHA1 Message Date
Matt Bierner dc0f3ecdb2 Fix VSCode/Extensions for TS 2.3.1 (#25248)
From: https://github.com/Microsoft/TypeScript/issues/15352

TS 2.3.1 introduced a breaking change around checking of generic types. This change tries to fix these compiler errors in the extensions codebase
2017-04-24 16:05:57 -07:00
Matt Bierner 0d14027696 Fix a few compile issues when using TS 2.3 (#24731)
Tested recomppiling VSCode with TS2.3. This fixes a few issues that were discovered, including workarounds for:

* https://github.com/Microsoft/TypeScript/issues/15184
* https://github.com/Microsoft/TypeScript/issues/15185
2017-04-13 17:14:50 -07:00
Joao Moreno cc97d374da multi-select (un)stage & discard git commands 2017-03-22 10:50:32 +01:00
Joao Moreno 6814168089 🐛 mkdirp before git.clone
fixes #21567
2017-03-08 17:02:19 +01:00
Joao Moreno 1036ba2a73 🐛 fix disposables push with anyEvent 2017-03-08 16:29:21 +01:00
Joao Moreno 3d6b1b71c5 git: wrap up nogit state 2017-02-16 10:15:38 +01: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 7ec10a9052 fixes #18662 2017-01-18 16:53:10 +01:00
Joao Moreno 1a25345c48 git: dont be eager when reacting to workspace events 2017-01-17 10:16:48 +01:00
Joao Moreno 231a1cab1b 2017-01-16 16:27:58 +01:00
Joao Moreno 1d2bf7f43f fix compilation error 2017-01-09 09:58:57 +01:00
Joao Moreno 7f8d9c9bed scm viewlet context menus 2016-12-01 15:12:27 +01:00
Joao Moreno 178310abe4 git model 2016-11-29 17:09:55 +01:00
Joao Moreno 1f38d8e8da git: output channel 2016-11-28 11:31:38 +01:00
Joao Moreno 65786afc7f strictNullChecks for git extension 2016-11-25 11:51:04 +01:00
Joao Moreno 277c0a253a wip: git extension typings 2016-11-22 12:49:03 +01:00
Joao Moreno 74643fd171 remove git extension code 2016-10-20 14:44:00 +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