File tree Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Expand file tree Collapse file tree 4 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,14 @@ source/**/*
3
3
images /** /*
4
4
test /** /*
5
5
6
+ .vscode
6
7
.gitignore
7
8
8
9
* .tgz
9
10
** /* .ai
10
11
yarn *
11
12
12
- .vscode
13
13
** /* .ts
14
+ ** /ts * .json
14
15
BUILD.md
15
- ts * .json
16
-
17
- * .vsix
16
+ ** /* .vsix
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-rhai" ,
3
3
"private" : true ,
4
4
"displayName" : " Rhai Language Support" ,
5
- "description" : " Syntax highlighting for Rhai" ,
5
+ "description" : " Syntax highlighting for Rhai scripts " ,
6
6
"publisher" : " rhaiscript" ,
7
7
"version" : " 0.6.1" ,
8
8
"icon" : " assets/icon.png" ,
9
+ "homepage" : " https://rhai.rs" ,
10
+ "bugs" : {
11
+ "url" : " https://github.com/rhaiscript/vscode-rhai/issues"
12
+ },
9
13
"repository" : {
10
14
"type" : " git" ,
11
15
"url" : " https://github.com/rhaiscript/vscode-rhai.git"
97
101
"@types/vscode" : " ^1.30.0" ,
98
102
"tslint" : " ^6.0.0" ,
99
103
"typescript" : " ^3.8.2"
100
- },
101
- "__metadata" : {
102
- "id" : " 1e76f176-ee1c-4331-a781-eb21c0da77cf" ,
103
- "publisherDisplayName" : " Aster" ,
104
- "publisherId" : " 3406b78c-f287-4619-8d82-7c97998693e3"
105
104
}
106
105
}
Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ How to Install
35
35
Screenshot
36
36
----------
37
37
38
- ![ Sample] ( https://github.com/rhaiscript/vscode-rhai/raw/master/ assets/sample.png)
38
+ ![ Sample] ( assets/sample.png )
You can’t perform that action at this time.
0 commit comments