rename vscode-test package

This commit is contained in:
Connor Peet
2021-07-15 12:19:44 -07:00
parent 3fad3d66c1
commit af8c35e1fd
10 changed files with 3501 additions and 253 deletions

View File

@ -1,6 +1,6 @@
import * as path from 'path';
import { runTests } from 'vscode-test';
import { runTests } from '@vscode/test-electron';
async function main() {
try {