Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2023
1 parent bdb6552 commit fcf3c41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description": "Rain Protocol language (rainlang) implementation for vscode",
"author": "Rain Protocol",
"license": "CAL-1.0",
"version": "1.3.8",
"version": "2.0.0",
"private": true,
"main": "./dist/node/client",
"browser": "./dist/browser/client",
Expand Down Expand Up @@ -40,17 +40,17 @@
"contributes": {
"commands": [
{
"command": "rainlang.start",
"title": "Start Rain Language Server"
},
"command": "rainlang.start",
"title": "Start Rain Language Server"
},
{
"command": "rainlang.stop",
"title": "Stop Rain Language Server"
},
"command": "rainlang.stop",
"title": "Stop Rain Language Server"
},
{
"command": "rainlang.restart",
"title": "Restart Rain Language Server"
},
"command": "rainlang.restart",
"title": "Restart Rain Language Server"
},
{
"command": "rainlang.compile.all",
"title": "Rainlang Compile"
Expand Down

0 comments on commit fcf3c41

Please sign in to comment.