Commit Graph

38 Commits

Author SHA1 Message Date
Ladislau Szomoru
f50790371b Git - Add file decoration for a deleted file (#173020) 2023-02-01 14:06:31 +01:00
Johannes
0656d21d11 auto-fixed prefer-const violation 2022-06-08 17:49:21 +02:00
Johannes Rieken
4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Johannes Rieken
d04f3178dc proper name for register function: registerFileDecorationProvider, #54938 2020-11-19 08:13:18 +01:00
Johannes Rieken
12b808cf08 make event optional, event naming, relax badge length a little, https://github.com/microsoft/vscode/issues/54938 2020-11-18 10:04:30 +01:00
Johannes Rieken
0a914e0e61 remove priority all togther, maybe add something like severity in the future, https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:13:26 +02:00
Johannes Rieken
8932f62afa adress API feedback https://github.com/microsoft/vscode/issues/54938 2020-09-25 16:13:26 +02:00
Vyacheslav Pukhanov
7792c61393 Update gitignore decorations when .git/info/exclude file is edited (#106270)
* detect local `exclude` file edits

* use `uri.path` to detect exclude file edits

`uri.path` uses forward slash as a path separator indepentent of
the host system, which makes it easier to use with regex
2020-09-09 09:37:56 +02:00
João Moreno
fad4d8d254 fixes #100524 2020-06-21 22:58:32 +02:00
Joao Moreno
1b0f70606a fix untracked decorations 2019-10-25 15:20:44 +02:00
Joao Moreno
4aa94e20ed remove unused import 2019-09-17 10:30:12 +02:00
Joao Moreno
227cebfac7 fixes #80671 2019-09-17 09:58:43 +02:00
Johannes Rieken
6c0bb9ba4d make DecorationData a class and rename it to Decoration, #54938 2019-09-04 11:16:11 +02:00
Johannes Rieken
07d19b90a5 remove automatic merging/overwriting of decorations, simplify proposed API, #54938 2019-09-04 11:16:11 +02:00
Johannes Rieken
1eb6de1daf clean up some todos 2019-03-05 10:16:07 +01:00
Johannes Rieken
4c593835a1 fix compile error 2019-03-04 12:54:54 +01:00
Ilya Biryukov
9a7fdb4ad5 Add APIs to git scc provider.
Fix for #59419.
2018-10-05 14:21:12 -07:00
Matt Bierner
dd3e2d94f8 Remove use strict directives in extension code
We compile with alwaysStrict so these directives are not needed
2018-10-02 16:02:44 -07:00
Matt Bierner
6d11792abf Change the git extension to use shared tsconfig 2018-10-02 10:24:19 -07:00
Joao Moreno
6e909d4132 git: expose error codes in API 2018-08-24 12:24:37 +02:00
Johannes Rieken
0ed7b0e701 rename abbreviation to letter, #54938 2018-08-15 10:48:09 +02:00
Joao Moreno
ca58c21bfc fixes #44188 2018-02-22 10:22:19 +01:00
Joao Moreno
c66a91bc67 hook open/close repository events to decoration change event 2017-12-14 16:28:26 +01:00
Joao Moreno
ea831c196a fixes #40156 2017-12-14 16:15:38 +01:00
Joao Moreno
cbb59c682f fix git submodule decoration 2017-12-14 12:39:44 +01:00
Joao Moreno
3017bc0f9c git submodule decorations 2017-12-14 12:03:54 +01:00
Joao Moreno
86421af3a7 fixes #37810 2017-12-07 15:06:31 +01:00
Johannes Rieken
dbb0587032 fix #38852 2017-12-04 10:06:46 +01:00
Johannes Rieken
ff029d5589 fix #37596 2017-11-03 11:38:12 +01:00
Johannes Rieken
fe3f6cc861 fix #37331 2017-11-01 15:41:06 +01:00
Johannes Rieken
5efffdfcb4 add git.decorations.enabled setting, #37299 2017-11-01 14:44:50 +01:00
Johannes Rieken
f502f70345 deco - align git color names 2017-10-30 16:44:51 +01:00
Johannes Rieken
44bd7e3176 deco - don't check for ignored files outside the repo 2017-10-18 11:44:55 +02:00
Johannes Rieken
71d332b464 deco - remove opacity, use colors only, remove provider label from proposed api 2017-10-18 10:36:47 +02:00
Johannes Rieken
ca2c107324 deco - update decorations when gitignore-file changes 2017-10-18 10:06:13 +02:00
Johannes Rieken
5faa72ac39 deco - use a color for ignored files 2017-10-18 09:03:15 +02:00
Johannes Rieken
d5880b1a59 deco - decorate ignored files 2017-10-17 17:19:36 +02:00
Johannes Rieken
41f0ff15d7 deco - move scm decorations to git extension 2017-10-17 12:49:56 +02:00