We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3126c8d commit cb4dcc8Copy full SHA for cb4dcc8
1 file changed
extensions/ql-vscode/src/databases/db-item.ts
@@ -11,20 +11,6 @@ export enum DbItemKind {
11
RemoteRepo = "RemoteRepo",
12
}
13
14
-export const remoteDbKinds = [
15
- DbItemKind.RootRemote,
16
- DbItemKind.RemoteSystemDefinedList,
17
- DbItemKind.RemoteUserDefinedList,
18
- DbItemKind.RemoteOwner,
19
- DbItemKind.RemoteRepo,
20
-];
21
-
22
-export const localDbKinds = [
23
- DbItemKind.RootLocal,
24
- DbItemKind.LocalList,
25
- DbItemKind.LocalDatabase,
26
27
28
export enum DbListKind {
29
Local = "Local",
30
Remote = "Remote",
0 commit comments