Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abist committed Dec 19, 2019
1 parent 266da91 commit 57a358e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions gulpfile.js
Expand Up @@ -246,20 +246,6 @@ gulp.task('ext:test', (done) => {
var args = ['--verbose', '--disable-gpu', '--disable-telemetry', '--disable-updates', '-n'];
let vscodeVersion = packageJson.engines.vscode.slice(1);
let extensionTestsPath = `${workspace}/out/test`;
// try {
// await vscodeTest.runTests({
// vscodeExecutablePath: vscodePath,
// extensionDevelopmentPath: workspace,
// extensionTestsPath: extensionTestsPath,
// launchArgs: args
// });
// done();
// } catch (error) {
// console.log(`stdout: ${process.stdout}`);
// console.log(`stderr: ${process.stderr}`);
// console.error(`exec error: ${error}`);
// throw(error);
// }
vscodeTest.downloadAndUnzipVSCode(vscodeVersion).then((vscodePath) => {
if (vscodePath) {
vscodeTest.runTests({
Expand Down

0 comments on commit 57a358e

Please sign in to comment.