File tree 3 files changed +14
-1
lines changed
3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 19
19
- name : Setup Python
20
20
uses : actions/setup-python@v4
21
21
with :
22
- python-version : ' 3.10 '
22
+ python-version : ' 3.11 '
23
23
- name : Initialize TAG and git autocrlf
24
24
shell : bash
25
25
run : |
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ section below it for the last release. -->
5
5
## \< next>
6
6
7
7
* Create commands for opening the project file and the log file
8
+ * Add editor contextual menus for some Ada commands
9
+ * Avoid 'auto-import' command when completing with-clauses
10
+ * Replace "Project Problem" diagnostic by the project status message
11
+ * Avoid running the Prove codelens with no problem matchers
12
+ * Fix Goto Definition for entry in Protected Types
13
+ * Avoid ` PRECONDITION_FAILURE ` on editing an empty file
14
+ * Avoid occurrences of ` STALE_REFERENCE_ERROR ` in Libadalang
8
15
9
16
## 25.0.20241014
10
17
Original file line number Diff line number Diff line change 886
886
}
887
887
]
888
888
},
889
+ "configurationDefaults" : {
890
+ "[ada]" : {
891
+ "editor.tabSize" : 3 ,
892
+ "editor.detectIndentation" : false
893
+ }
894
+ },
889
895
"walkthroughs" : [
890
896
{
891
897
"id" : " als-get-started" ,
You can’t perform that action at this time.
0 commit comments