Johannes Rieken
34159e797b
adding webpack.config.js
2018-08-07 17:07:01 +02:00
Joao Moreno
044d192df0
remove bad timeout
2018-07-10 18:15:21 +02:00
Joao Moreno
6957a5c058
make git activation async
...
fixes #50292
2018-07-10 12:37:25 +02:00
Joao Moreno
ee582714b6
git: cleanup ipc handles on deactivate
...
related to #7758
2018-05-03 09:12:05 +02:00
Joao Moreno
35f1c86f16
fix compile error
2018-04-23 16:30:17 +02:00
Joao Moreno
56ad4b3953
clone repo by url
2018-04-23 16:20:08 +02:00
Joao Moreno
2288e7cecd
improve git logging
2018-02-23 10:21:06 +01:00
Joao Moreno
ca58c21bfc
fixes #44188
2018-02-22 10:22:19 +01:00
Ramya Achutha Rao
3b075ee291
Wait for telemetryReporter to complete dispose before deactivating extensions
2018-02-06 17:55:39 -08:00
Sandeep Somavarapu
b722b506f8
Fix #42709
2018-02-01 21:22:44 +01:00
Joao Moreno
611f54ad40
fixes #40421
2018-02-01 10:00:56 +01:00
Dirk Baeumer
04594c864b
Add support for Language Packs
2018-01-25 21:14:34 +01:00
Benjamin Pasero
b939d90808
fix #40224
2018-01-16 18:04:46 +01:00
Joao Moreno
6d5112610f
fixes #38389
2017-12-04 15:43:14 +01:00
Joao Moreno
9544e5faa0
git.enabled as a resource setting
...
fixes #37492
2017-11-27 16:08:15 +01:00
Joao Moreno
548bfe91af
disable auto fetch
...
fixes #34684
2017-11-24 11:12:45 +01:00
Joao Moreno
8feee8ebb9
fixes #39077
2017-11-24 07:59:51 +01:00
Joao Moreno
000325a03b
alert when git is missing
...
fixes #38393
2017-11-17 11:35:49 +01:00
Joao Moreno
4e172cd197
fixes #38244
2017-11-13 20:20:58 +01:00
Joao Moreno
fe20886713
don't spawn git on Windows
...
fixes #32739
2017-11-10 17:50:13 +01:00
Matt Bierner
b743e245ad
Enable strict compilation settings in git extension
...
Enables strict checks in the git extensions
2017-11-06 13:33:22 -08:00
Johannes Rieken
41f0ff15d7
deco - move scm decorations to git extension
2017-10-17 12:49:56 +02:00
Joao Moreno
e9798613ad
git: gitOpenRepositoryCount
2017-08-23 16:25:20 +02:00
Joao Moreno
e11edbbf84
git: multirepo autofetcher
2017-08-18 17:37:31 +02:00
Joao Moreno
93011ff01c
git: improved multirepo model
2017-08-18 17:35:24 +02:00
Joao Moreno
20b7747ac4
git: multiroot content provider
2017-08-17 11:17:50 +02:00
Joao Moreno
e3b15fca01
wip: register multiple source control providers
2017-08-16 16:53:09 +02:00
Joao Moreno
fe8ee2e7b8
git: repository == scm provider
2017-08-15 18:03:47 +02:00
Joao Moreno
303dd11747
git multirepo stage
2017-08-15 15:55:00 +02:00
Joao Moreno
16e8189650
model -> repository
2017-08-15 15:17:15 +02:00
Joao Moreno
b8b36a0f18
remove unused property
2017-08-14 16:44:58 +02:00
Joao Moreno
3e6516db98
wip: model registry
2017-07-11 10:19:41 +02:00
Michel Kaporin
ab3c945e0e
Import 'nls' in extensions entry point. Fixes #29098 .
2017-06-28 16:01:23 +02:00
Phil Price
191fc7c9d9
Remove git merge conflict decorator
2017-05-22 18:40:14 -07:00
Joao Moreno
566fdd4879
🎨 cleanup git show code
2017-04-24 10:51:08 +02:00
Joao Moreno
7cf0ad0440
Merge branch 'git-encoding' of https://github.com/igelbox/vscode into igelbox-git-encoding
2017-04-24 10:25:45 +02:00
Joao Moreno
6146b9739a
⚡ git: run status without buffering whole output
2017-04-18 17:16:20 +02:00
Vakhurin Sergey
74349805ab
Added support for encodings for Git.
...
Fixes #21146
**Bug**
Git always uses utf8 encoding for retrieving file contents.
**Fix**
Pass the 'files.encoding' configuration property to the git-extension and use this encoding to decode git output.
2017-04-17 23:00:08 +03:00
Joao Moreno
85b04dc330
🎨 git.ignoreLegacyWarning
2017-04-13 10:04:48 +02:00
NKumar2
615ebe524b
Adding 'never show again' in Git Extension
2017-04-13 12:10:19 +05:30
Joao Moreno
817174b971
🐛 getCommitTemplate throws in non-git repo
2017-03-30 21:46:28 +02: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
ccfcbe6c6f
scm: move from pull to push model
2017-03-29 22:44:25 +02:00
Joao Moreno
12470dccf6
🐛 make askpass work in no-workspace environment
...
fixes #23474
2017-03-29 12:11:33 +02:00
Dirk Baeumer
da5e2892e0
Fixes #23427 : Staged changes / Changes not localized
2017-03-29 12:07:31 +02:00
Joao Moreno
e06a838265
🎨 fix scm api based on @jrieken's recommendations
2017-03-27 15:35:56 +02:00
Joao Moreno
79aa19e9d4
💥 scm input onDidAccept
2017-03-27 11:08:36 +02:00
Joao Moreno
afdaf562ee
🐛 fix git clone command
...
fixes #22620
2017-03-20 15:49:34 +01:00
Joao Moreno
3a12747e1f
fixes #21095
2017-02-22 15:11:08 +01:00
kieferrm
a64e40b442
upgrade telemetry used by git ext
2017-02-20 20:15:21 -08:00