This commit is contained in:
Josh Johnson 2016-01-18 15:59:58 -05:00
parent 959513cb80
commit 41bf728061
2 changed files with 6 additions and 1 deletions

View file

@ -14,6 +14,7 @@ const LANG_XQUERY: string = 'xquery;'
const MEM_QUERY_HISTORY: string = 'xpathQueryHistory';
export function activate(ctx: vsc.ExtensionContext) {
console.log('activate extension');
// expose global and workspace state to the entire extension
GlobalState = ctx.globalState;
WorkspaceState = ctx.workspaceState;