Add a few dacpac extension tests (#10322)

* add controller test

* Add a few wizard tests

* Addressing comment

* fix compile error
This commit is contained in:
Kim Santiago
2020-05-08 14:04:11 -07:00
committed by GitHub
parent 10ac5fdfab
commit ea84e60fa0
7 changed files with 126 additions and 38 deletions

View File

@@ -4,11 +4,9 @@
*--------------------------------------------------------------------------------------------*/
import * as vscode from 'vscode';
import ControllerBase from './controllers/controllerBase';
import MainController from './controllers/mainController';
let controllers: ControllerBase[] = [];
let controllers: MainController[] = [];
export function activate(context: vscode.ExtensionContext) {
let activations: Promise<boolean>[] = [];