We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b034e07 commit a6e7bdeCopy full SHA for a6e7bde
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "omnetpp-vscode",
3
"displayName": "OMNeT++ NED and MSG",
4
- "description": "Extension for the OMNeT++ NED and MSG languages",
5
- "version": "0.0.1",
+ "description": "Official extension for the OMNeT++ NED and MSG languages",
+ "version": "0.0.2",
6
"publisher": "opensim",
7
"repository": "https://github.com/omnetpp/omnetpp-vscode",
8
"icon": "logo128.png",
@@ -15,7 +15,7 @@
15
"scripts": {
16
"test": "echo \"Error: no test specified\"",
17
"package": "vsce package",
18
- "deploy": "vsce publish --yarn"
+ "deploy": "vsce publish"
19
},
20
"contributes": {
21
"languages": [
@@ -28,7 +28,9 @@
28
29
30
"id": "omnetpp-msg",
31
- "extensions": [".msg"],
+ "extensions": [
32
+ ".msg"
33
+ ],
34
"configuration": "./language-configuration.json"
35
}
36
],
0 commit comments