Fix #23
This commit is contained in:
parent
959513cb80
commit
41bf728061
2 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue