Skip to content

Commit

Permalink
prod: updated to version 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgeorge309 committed Oct 31, 2024
1 parent b034e07 commit a6e7bde
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "omnetpp-vscode",
"displayName": "OMNeT++ NED and MSG",
"description": "Extension for the OMNeT++ NED and MSG languages",
"version": "0.0.1",
"description": "Official extension for the OMNeT++ NED and MSG languages",
"version": "0.0.2",
"publisher": "opensim",
"repository": "https://github.com/omnetpp/omnetpp-vscode",
"icon": "logo128.png",
Expand All @@ -15,7 +15,7 @@
"scripts": {
"test": "echo \"Error: no test specified\"",
"package": "vsce package",
"deploy": "vsce publish --yarn"
"deploy": "vsce publish"
},
"contributes": {
"languages": [
Expand All @@ -28,7 +28,9 @@
},
{
"id": "omnetpp-msg",
"extensions": [".msg"],
"extensions": [
".msg"
],
"configuration": "./language-configuration.json"
}
],
Expand Down

0 comments on commit a6e7bde

Please sign in to comment.