Skip to content

Commit

Permalink
add help target year 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
Sen Lin Application Admin committed Jun 19, 2024
1 parent 4bfd0ea commit bf4d9f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "autolispext",
"displayName": "AutoCAD AutoLISP Extension",
"description": "This is a vscode extension for AutoCAD AutoLISP",
"version": "1.6.2",
"version": "1.6.3",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/Autodesk-AutoCAD/AutoLispExt/issues"
Expand Down Expand Up @@ -236,9 +236,10 @@
"2021",
"2022",
"2023",
"2024"
"2024",
"2025"
],
"default": "2024",
"default": "2025",
"description": "%autolispext.configuration.helptargetyear%"
}
}
Expand Down

0 comments on commit bf4d9f4

Please sign in to comment.