File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ section below it for the last release. -->
1212* [ GNATformat] ( https://github.com/AdaCore/gnatformat ) is now the default back-end for LSP formatting requests
1313* Add tasks and a CodeLens to run a given main with GNATemulator on non-native projects
1414* Diagnostics are now emitted for issues encountered when trying to load an Alire crate
15+ * Commands to create a new main units and packages have been added, both available under the ` File->New File... ` menu
1516
1617## 26.0.202412190
1718
Original file line number Diff line number Diff line change 169169 "prefix" : " package" ,
170170 "body" : [
171171 " ${1|package,package body|} ${2:Name} is" ,
172- " \t ${3|pragma Preelaborate;,pragma Pure;|}$ 0" ,
172+ " \t $0" ,
173173 " private" ,
174+ " \t " ,
174175 " end ${2:Name};"
175176 ],
176177 "description" : " Package Declaration or Body" ,
You can’t perform that action at this time.
0 commit comments