Added commit and rollback
This commit is contained in:
		@@ -59,6 +59,11 @@ export function activate(context: vscode.ExtensionContext) {
 | 
			
		||||
    });
 | 
			
		||||
    context.subscriptions.push(disposable);
 | 
			
		||||
 | 
			
		||||
    disposable = vscode.commands.registerCommand('frog.checkConnection', () => {
 | 
			
		||||
        sessionManager.execute("select 1 from dual", 1);
 | 
			
		||||
    });
 | 
			
		||||
    context.subscriptions.push(disposable);
 | 
			
		||||
 | 
			
		||||
    function changeSession(node: ConnectionNode) {
 | 
			
		||||
        sessionManager.currentConnection = node;
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user