Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Drakae committed Sep 9, 2024
1 parent b063f32 commit 146223e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pasta",
"displayName": "PASTA (STPA-DSL)",
"description": "A DSL for STPA. Includes an automatic visualization of the defined relationships and control structure.",
"version": "0.4.0",
"version": "0.5.0",
"publisher": "kieler",
"author": "Kiel University <rt-kieler-devel@informatik.uni-kiel.de>",
"icon": "icon.png",
Expand Down Expand Up @@ -482,22 +482,22 @@
],
"viewsContainers": {
"activitybar": [
{
"id": "pasta",
"title": "PASTA",
"icon": "./icon.png"
}
{
"id": "pasta",
"title": "PASTA",
"icon": "./icon.png"
}
]
},
"views": {
},
"views": {
"pasta": [
{
"type": "webview",
"id": "stpa-snippets",
"name": "STPA Snippets"
}
{
"type": "webview",
"id": "stpa-snippets",
"name": "STPA Snippets"
}
]
}
}
},
"activationEvents": [
"onLanguage:stpa",
Expand Down

0 comments on commit 146223e

Please sign in to comment.