File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 880
880
"mdb.connectionSaving.defaultConnectionSavingLocation" : {
881
881
"type" : " string" ,
882
882
"enum" : [
883
- " Workspace" ,
884
883
" Global" ,
884
+ " Workspace" ,
885
885
" Session Only"
886
886
],
887
887
"enumDescriptions" : [
Original file line number Diff line number Diff line change 1
1
import * as vscode from 'vscode' ;
2
2
3
3
import ConnectionController , {
4
- DataServiceEventTypes
4
+ DataServiceEventTypes ,
5
+ StoreConnectionInfo
5
6
} from '../connectionController' ;
6
7
import ConnectionTreeItem from './connectionTreeItem' ;
7
8
import { createLogger } from '../logging' ;
8
9
import { DOCUMENT_ITEM } from './documentTreeItem' ;
9
10
import { DOCUMENT_LIST_ITEM , CollectionTypes } from './documentListTreeItem' ;
10
11
import EXTENSION_COMMANDS from '../commands' ;
11
- import { StoreConnectionInfo } from '../connectionController' ;
12
12
import { sortTreeItemsByLabel } from './treeItemUtils' ;
13
13
14
14
const log = createLogger ( 'explorer controller' ) ;
You can’t perform that action at this time.
0 commit comments