Skip to content

Commit

Permalink
🐛 @spgoding/datapack-language-server@3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
SPGoding committed Nov 10, 2020
1 parent 31d72c8 commit dcfe2b4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 21 deletions.
Binary file removed icon.ori.png
Binary file not shown.
Binary file modified icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 25 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"watch": "webpack --watch --mode=\"development\""
},
"dependencies": {
"@spgoding/datapack-language-server": "^3.0.7",
"@spgoding/datapack-language-server": "^3.0.8",
"vscode-languageclient": "^6.1.3"
},
"devDependencies": {
Expand Down Expand Up @@ -234,10 +234,11 @@
"type": "string",
"enum": [
"1.15",
"1.16"
"1.16",
"1.17"
],
"markdownDescription": "%datapack.config.env.cmdVersion%",
"default": "1.16"
"default": "1.17"
},
"datapack.env.dataSource": {
"type": "string",
Expand Down Expand Up @@ -275,10 +276,11 @@
"datapack.env.jsonVersion": {
"type": "string",
"enum": [
"1.16"
"1.16",
"1.17"
],
"markdownDescription": "%datapack.config.env.jsonVersion%",
"default": "1.16"
"default": "1.17"
},
"datapack.env.exclude": {
"type": "array",
Expand Down

0 comments on commit dcfe2b4

Please sign in to comment.