Skip to content

Commit

Permalink
vscode-ext: add more package properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp15b committed May 15, 2024
1 parent 0aed1ed commit 09e7f89
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
"name": "caesar",
"displayName": "Caesar Verifier",
"description": "The quantitative deductive verifier Caesar for VSCode",
"publisher": "rwth-moves",
"version": "0.0.1",
"preview": true,
"engines": {
"vscode": "^1.87.0"
"repository": {
"type": "git",
"url": "https://github.com/moves-rwth/caesar.git"
},
"homepage": "https://www.caesarverifier.org/",
"categories": [
"Programming Languages"
],
Expand All @@ -15,6 +18,9 @@
"verification",
"snippet"
],
"engines": {
"vscode": "^1.87.0"
},
"main": "./out/extension.js",
"contributes": {
"commands": [
Expand Down

0 comments on commit 09e7f89

Please sign in to comment.