Commit Graph

76 Commits

Author SHA1 Message Date
Joao Moreno
c3ed46fa72 remove console.log 2018-01-09 16:33:46 +01:00
Joao Moreno
534e8f46fb fixes #41145 2018-01-09 16:29:16 +01:00
Joao Moreno
35730c44b4 remove URI usage from SCM API protocol
related to #40169
2017-12-14 15:07:25 +01:00
Alex Dima
367dd10413 Rename RPCProtocol.get to RPCProtocol.getProxy (#36972) 2017-12-13 16:04:14 +01:00
Joao Moreno
946d872acb input box length warnings
introduces scm.inputCounter
2017-12-12 17:54:28 +01:00
Tan Jay Jun
c407635fdf Add warningLength to SourceControlInputBox 2017-12-08 12:53:19 +08:00
Joao Moreno
4ecad4714f fixes #39806 2017-12-06 17:34:11 +01:00
Joao Moreno
15f9079a22 cleanup main log service 2017-12-04 12:59:00 +01:00
Joao Moreno
857ab9d59d use global log service 2017-12-04 12:08:04 +01:00
Joao Moreno
4e78a42abf log ext host commands, ext hsot scm 2017-11-29 15:38:01 +01:00
Joao Moreno
385697869a sequence module 2017-11-20 21:34:50 +01:00
Joao Moreno
9752f3c93c fix missing scm resources
fixes #35724
2017-11-17 16:30:37 +01:00
Joao Moreno
0a42516de8 Merge branch 'hui/scm-inputbox-placeholder' of https://github.com/huizhougit/vscode into huizhougit-hui/scm-inputbox-placeholder 2017-11-08 12:02:33 +01:00
Joao Moreno
cadcedc995 npe in scm world
fixes #37221
2017-11-01 12:03:09 +01:00
Johannes Rieken
47e1c93285 deco - use correct/overwrite decorations in scm viewlet because the same URI can have multiple decorations 2017-10-26 17:01:18 +02:00
Johannes Rieken
41f0ff15d7 deco - move scm decorations to git extension 2017-10-17 12:49:56 +02:00
Nick Snyder
65ab631d51 add missing awaits 2017-10-14 00:16:14 -07:00
Johannes Rieken
5c109769f0 use ColorIdentifier instead of Color, define some git colors for untracked, modifed, and ignored 2017-10-10 17:08:53 +02:00
Joao Moreno
1b314f3ef4 scm: rootUri api 2017-09-13 12:09:54 +02:00
Joao
7d33a80a84 scm: move method down 2017-09-07 09:34:48 +02:00
Joao
b8d34c3edd scm: use arrays.sortedDiff instead of LcsDiff 2017-09-06 17:11:39 +02:00
Joao
51c42516aa scm: don't send resource states commands back and forward 2017-09-06 17:11:39 +02:00
Joao
41ec98361c scm: better comparators 2017-09-06 17:11:38 +02:00
Joao
2855c1cac3 scm: don't send events if nothing has changed 2017-09-06 17:11:38 +02:00
Joao
b37a12e6a4 scm wip: move sort down to ext host, move splice up to viewlet 2017-09-06 17:11:38 +02:00
Joao
48b58bdf62 scm: use diff algorithm for ext host communication 2017-09-06 17:11:38 +02:00
Joao
bff300a730 scm: bulk resources update
related to #32629
2017-09-06 17:11:37 +02:00
Hui Zhou
e17a5f49c0 Set placeholder text in SourceControlInputBox 2017-08-30 23:23:03 -07:00
Joao
66aacccf79 fixes #33389 2017-08-30 11:49:25 +02:00
Joao Moreno
a1ec10d76f scm: remove global input 2017-08-22 11:11:28 +02:00
Joao Moreno
32f721f81a scm: deprecate scm.inputBox 2017-08-22 10:44:55 +02:00
Joao Moreno
a7f0bf40ca Merge branch 'master' into scm-multiroot 2017-08-21 12:09:10 +02:00
Joao Moreno
d7a2be05b6 scm: multiroot refresh 2017-08-16 12:51:30 +02:00
Joao Moreno
1c563f8827 Merge remote-tracking branch 'origin/master' 2017-08-16 10:14:50 +02:00
Joao Moreno
3160356614 fix npe 2017-08-16 10:13:31 +02:00
Joao Moreno
f9f06beefa Merge branch '25849' of https://github.com/marckassay/vscode into marckassay-25849 2017-08-16 10:06:33 +02:00
Alex Dima
20a45eef3a Add a mechanism to be a customer of the extension host (share lifecycle) and begin reducing usage of IThreadService 2017-08-15 18:26:51 +02:00
Joao Moreno
8bad13987d fixes #32578 2017-08-15 18:12:49 +02:00
Marc Kassay
dc4e07da58 Added git\src\model tooltip for decorations. 2017-06-27 12:46:58 -04:00
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