Use ✓ for db item selection (#1890)

This commit is contained in:
Charis Kyriakou
2022-12-20 15:00:03 +00:00
committed by GitHub
parent 6350ac7f66
commit 4b43b9a140
2 changed files with 2 additions and 3 deletions

View File

@@ -369,8 +369,7 @@
},
{
"command": "codeQLDatabasesExperimental.setSelectedItem",
"title": "Select Item",
"icon": "$(circle-small-filled)"
"title": "✓"
},
{
"command": "codeQLDatabases.chooseDatabaseFolder",

View File

@@ -13,7 +13,7 @@ export class DbSelectionDecorationProvider implements FileDecorationProvider {
): ProviderResult<FileDecoration> {
if (uri?.query === "selected=true") {
return {
badge: "",
badge: "",
tooltip: "Currently selected",
};
}