Fix Buffer reference in browser for ms auth

This commit is contained in:
Rachel Macfarlane
2020-08-26 15:20:34 -07:00
parent 4f210e60ae
commit a6103e8faa

View File

@@ -5,6 +5,7 @@
import * as randomBytes from 'randombytes';
import * as querystring from 'querystring';
import { Buffer } from 'buffer';
import * as vscode from 'vscode';
import { createServer, startServer } from './authServer';