File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " vscode-objectscript" ,
33 "displayName" : " InterSystems ObjectScript" ,
44 "description" : " InterSystems ObjectScript language support for Visual Studio Code" ,
5- "version" : " 2.12.4 -SNAPSHOT" ,
5+ "version" : " 2.12.5 -SNAPSHOT" ,
66 "icon" : " images/logo.png" ,
77 "aiKey" : " 9cd75d51-697c-406c-a929-2bcf46e97c64" ,
88 "categories" : [
15771577 "objectscript.commentToken" : {
15781578 "description" : " The line comment characters for ObjectScript in classes and MAC and INC routines." ,
15791579 "type" : " string" ,
1580- "enum" : [" #;" ," //" ," ;" ],
1580+ "enum" : [
1581+ " #;" ,
1582+ " //" ,
1583+ " ;"
1584+ ],
15811585 "enumDescriptions" : [
15821586 " Comments do not appear in generated INT code." ,
15831587 " Comments appear in generated INT code." ,
15891593 "objectscript.intCommentToken" : {
15901594 "description" : " The line comment characters for INT routines." ,
15911595 "type" : " string" ,
1592- "enum" : [" //" ," ;" ],
1596+ "enum" : [
1597+ " //" ,
1598+ " ;"
1599+ ],
15931600 "default" : " //" ,
15941601 "scope" : " machine"
15951602 }
You can’t perform that action at this time.
0 commit comments