Skip to content

Commit

Permalink
Update meta info.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Apr 9, 2021
1 parent 69f69df commit de9c4fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 11 deletions.
7 changes: 3 additions & 4 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ source/**/*
images/**/*
test/**/*

.vscode
.gitignore

*.tgz
**/*.ai
yarn*

.vscode
**/*.ts
**/ts*.json
BUILD.md
ts*.json

*.vsix
**/*.vsix
File renamed without changes.
11 changes: 5 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
"name": "vscode-rhai",
"private": true,
"displayName": "Rhai Language Support",
"description": "Syntax highlighting for Rhai",
"description": "Syntax highlighting for Rhai scripts",
"publisher": "rhaiscript",
"version": "0.6.1",
"icon": "assets/icon.png",
"homepage": "https://rhai.rs",
"bugs": {
"url": "https://github.com/rhaiscript/vscode-rhai/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/rhaiscript/vscode-rhai.git"
Expand Down Expand Up @@ -97,10 +101,5 @@
"@types/vscode": "^1.30.0",
"tslint": "^6.0.0",
"typescript": "^3.8.2"
},
"__metadata": {
"id": "1e76f176-ee1c-4331-a781-eb21c0da77cf",
"publisherDisplayName": "Aster",
"publisherId": "3406b78c-f287-4619-8d82-7c97998693e3"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ How to Install
Screenshot
----------

![Sample](https://github.com/rhaiscript/vscode-rhai/raw/master/assets/sample.png)
![Sample](assets/sample.png)

0 comments on commit de9c4fd

Please sign in to comment.