File tree Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Expand file tree Collapse file tree 2 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 78
78
// Allow GitLab-specific Yaml tags in .gitlab-ci.yml
79
79
"yaml.customTags": ["!reference sequence"],
80
80
"triggerTaskOnSave.tasks": {
81
- "ada: Compile current file": ["*.adb"],
82
- "ada: Check current file": ["*.ads"]
81
+ // To work with automatically provided tasks, they
82
+ // must be provided without the `ada: ` prefix.
83
+ "Compile current file": ["*.adb"],
84
+ "Check current file": ["*.ads"]
83
85
},
84
86
"triggerTaskOnSave.restart": true,
85
87
"files.watcherExclude": {
Original file line number Diff line number Diff line change 8
8
"problemMatcher" : [" $ada" ],
9
9
"group" : " test"
10
10
},
11
- {
12
- "type" : " ada" ,
13
- "configuration" : {
14
- "kind" : " checkFile" ,
15
- "projectFile" : " ${config:ada.projectFile}"
16
- },
17
- "problemMatcher" : [" $ada" ],
18
- "group" : " build" ,
19
- "label" : " ada: Check current file"
20
- },
21
11
{
22
12
"type" : " npm" ,
23
13
"script" : " watch" ,
You can’t perform that action at this time.
0 commit comments