We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd57133 + 2c6dc24 commit 5fd9022Copy full SHA for 5fd9022
extensions/ql-vscode/src/local-databases-ui.ts
@@ -375,7 +375,7 @@ export class DatabaseUI extends DisposableObject {
375
// This specifically refers to the database folder in
376
// https://github.com/github/codespaces-codeql
377
const uri = Uri.parse(
378
- `${workspace.workspaceFolders[0].uri}/codeql-tutorial-database`,
+ `${workspace.workspaceFolders[0].uri}/.tours/codeql-tutorial-database`,
379
);
380
381
let databaseItem = this.databaseManager.findDatabaseItem(uri);
0 commit comments