Add support for other vscode environments for github auth

This commit is contained in:
Rachel Macfarlane
2020-02-24 11:14:00 -08:00
parent 94b4d22c33
commit bf0a32e729
4 changed files with 51 additions and 7 deletions

View File

@@ -6,7 +6,7 @@
const fs = require('fs');
const path = require('path');
const schemes = ['OSS', 'INSIDERS'];
const schemes = ['OSS', 'INSIDERS', 'STABLE', 'EXPLORATION', 'VSO', 'VSO_PPE', 'VSO_DEV'];
function main() {
let content = {};