File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " omnetpp-vscode" ,
3
3
"displayName" : " OMNeT++ NED and MSG" ,
4
- "description" : " Extension for the OMNeT++ NED and MSG languages" ,
5
- "version" : " 0.0.1 " ,
4
+ "description" : " Official extension for the OMNeT++ NED and MSG languages" ,
5
+ "version" : " 0.0.2 " ,
6
6
"publisher" : " opensim" ,
7
7
"repository" : " https://github.com/omnetpp/omnetpp-vscode" ,
8
8
"icon" : " logo128.png" ,
15
15
"scripts" : {
16
16
"test" : " echo \" Error: no test specified\" " ,
17
17
"package" : " vsce package" ,
18
- "deploy" : " vsce publish --yarn "
18
+ "deploy" : " vsce publish"
19
19
},
20
20
"contributes" : {
21
21
"languages" : [
28
28
},
29
29
{
30
30
"id" : " omnetpp-msg" ,
31
- "extensions" : [" .msg" ],
31
+ "extensions" : [
32
+ " .msg"
33
+ ],
32
34
"configuration" : " ./language-configuration.json"
33
35
}
34
36
],
You can’t perform that action at this time.
0 commit comments