Skip to content

Commit e080809

Browse files
Don't prompt to download database for this repo (#28)
Co-authored-by: Koen Vlaswinkel <koesie10@users.noreply.github.com>
1 parent d4251a3 commit e080809

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tutorial.code-workspace

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
}
66
],
77
"settings": {
8-
"codeQL.codespacesTemplate": true
8+
"codeQL.codespacesTemplate": true,
9+
"codeQL.githubDatabase.download": "never",
910
}
10-
}
11+
}

0 commit comments

Comments
 (0)