Adapts extension to work on the web/serverless

This commit is contained in:
Eric Amodio
2020-06-01 01:25:06 -04:00
parent d6731d22f0
commit 774c4baa8f
8 changed files with 352 additions and 138 deletions

View File

@@ -4,7 +4,7 @@
*--------------------------------------------------------------------------------------------*/
import * as vscode from 'vscode';
import * as uuid from 'uuid';
import { v4 as uuid } from 'uuid';
import { keychain } from './common/keychain';
import { GitHubServer, NETWORK_ERROR } from './githubServer';
import Logger from './common/logger';