Skip to content

Commit 635eb9c

Browse files
Merge branch 'topic/remove_compile_current' into 'master'
Remove 'Compiler current file' task on save See merge request eng/ide/ada_language_server!1587
2 parents f429533 + f2e1a55 commit 635eb9c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.vscode/settings.json.tmpl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,7 @@
8080
"triggerTaskOnSave.tasks": {
8181
// To work with automatically provided tasks, they
8282
// must be provided without the `ada: ` prefix.
83-
"Compile current file": ["*.adb"],
84-
"Check current file": ["*.ads"]
83+
"Check current file": ["*.ads", "*.adb"]
8584
},
8685
"triggerTaskOnSave.restart": true,
8786
"files.watcherExclude": {

0 commit comments

Comments
 (0)