Skip to content

Commit

Permalink
chore(geckscript-lsp): update geckscript-lsp to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
WarZone762 committed Apr 13, 2024
1 parent 8f1f332 commit fdabd26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
out/
package-lock.json
*.vsix
*.7z
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-geckscript",
"publisher": "WarZone762",
"version": "1.0.3",
"version": "1.0.4",
"engines": {
"vscode": "^1.81.0"
},
Expand Down Expand Up @@ -72,15 +72,15 @@
},
"scripts": {
"vscode:prepublish": "npm run tsc-compile",
"pack": "rm -v *.vsix && vsce pack && 7z a vscode-geckscript.7z vscode-geckscript*.vsix",
"pack": "vsce pack && 7z a vscode-geckscript.7z vscode-geckscript*.vsix",
"run-vscode": "code --extensionDevelopmentPath=$PWD .",
"tsc-compile": "tsc -b",
"tsc-watch": "tsc -b -w",
"lint": "eslint ./src --ext .js, .ts, .tsx",
"clean": "rm -rf ./out"
},
"dependencies": {
"geckscript-lsp": "^0.1.4",
"geckscript-lsp": "^0.1.5",
"vscode-languageclient": "^9.0"
},
"devDependencies": {
Expand Down

0 comments on commit fdabd26

Please sign in to comment.