Use ✓ for db item selection (#1890)
This commit is contained in:
@@ -369,8 +369,7 @@
|
||||
},
|
||||
{
|
||||
"command": "codeQLDatabasesExperimental.setSelectedItem",
|
||||
"title": "Select Item",
|
||||
"icon": "$(circle-small-filled)"
|
||||
"title": "✓"
|
||||
},
|
||||
{
|
||||
"command": "codeQLDatabases.chooseDatabaseFolder",
|
||||
|
||||
@@ -13,7 +13,7 @@ export class DbSelectionDecorationProvider implements FileDecorationProvider {
|
||||
): ProviderResult<FileDecoration> {
|
||||
if (uri?.query === "selected=true") {
|
||||
return {
|
||||
badge: "●",
|
||||
badge: "✓",
|
||||
tooltip: "Currently selected",
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user