File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
> Editor panel that displays the current git status.
4
4
5
+ [ ![ npm] ( https://img.shields.io/npm/v/xyz.candycoded.gitstatus )] ( https://www.npmjs.com/package/xyz.candycoded.gitstatus )
6
+
5
7
<img src =" Screenshots/editorpanel.png " width =" 400 " >
6
8
7
9
## Install
13
15
``` json
14
16
{
15
17
"dependencies" : {
16
- "xyz.candycoded.gitstatus" : " https://github.com/CandyCoded/gitstatus.git#upm " ,
18
+ "xyz.candycoded.gitstatus" : " https://github.com/CandyCoded/gitstatus.git#v1.0.0 " ,
17
19
...
18
20
}
19
21
}
20
22
```
23
+
24
+ #### Scoped UPM Registry
25
+
26
+ ``` json
27
+ {
28
+ "dependencies" : {
29
+ "xyz.candycoded.gitstatus" : " 1.0.0" ,
30
+ ...
31
+ },
32
+ "scopedRegistries" : [
33
+ {
34
+ "name" : " candycoded" ,
35
+ "url" : " https://registry.npmjs.com" ,
36
+ "scopes" : [" xyz.candycoded" ]
37
+ }
38
+ ]
39
+ }
You can’t perform that action at this time.
0 commit comments