Skip to content

Commit 2c6dc24

Browse files
committed
Update path to codespace tutorial database
In github/codespaces-codeql#12 we moved the source for our tutorial database into `.tours` in order to avoid confusing the user when we load the database into the workspace, since they'd see two databases. Since this is just the source, we'd like to hide it.
1 parent a32b073 commit 2c6dc24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/local-databases-ui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ export class DatabaseUI extends DisposableObject {
375375
// This specifically refers to the database folder in
376376
// https://github.com/github/codespaces-codeql
377377
const uri = Uri.parse(
378-
`${workspace.workspaceFolders[0].uri}/codeql-tutorial-database`,
378+
`${workspace.workspaceFolders[0].uri}/.tours/codeql-tutorial-database`,
379379
);
380380

381381
let databaseItem = this.databaseManager.findDatabaseItem(uri);

0 commit comments

Comments
 (0)