Skip to content

Commit

Permalink
auto bump version with release
Browse files Browse the repository at this point in the history
  • Loading branch information
bot committed May 14, 2024
1 parent d754746 commit 4d0a962
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-objectscript",
"displayName": "InterSystems ObjectScript",
"description": "InterSystems ObjectScript language support for Visual Studio Code",
"version": "2.12.4-SNAPSHOT",
"version": "2.12.5-SNAPSHOT",
"icon": "images/logo.png",
"aiKey": "9cd75d51-697c-406c-a929-2bcf46e97c64",
"categories": [
Expand Down Expand Up @@ -1577,7 +1577,11 @@
"objectscript.commentToken": {
"description": "The line comment characters for ObjectScript in classes and MAC and INC routines.",
"type": "string",
"enum": ["#;","//",";"],
"enum": [
"#;",
"//",
";"
],
"enumDescriptions": [
"Comments do not appear in generated INT code.",
"Comments appear in generated INT code.",
Expand All @@ -1589,7 +1593,10 @@
"objectscript.intCommentToken": {
"description": "The line comment characters for INT routines.",
"type": "string",
"enum": ["//",";"],
"enum": [
"//",
";"
],
"default": "//",
"scope": "machine"
}
Expand Down

0 comments on commit 4d0a962

Please sign in to comment.