Remove repl from elixir 4

This commit is contained in:
plondon 2021-10-23 14:02:33 -04:00
parent 4dd0620902
commit bed16d1ca0
2 changed files with 4 additions and 3 deletions

View File

@ -135,9 +135,9 @@ class Test {
case "repl":
await this.testRepl();
break;
// case "runrepl":
// await this.testRunRepl();
// break;
case "runrepl":
await this.testRunRepl();
break;
case "scope":
await this.testScope();
break;

View File

@ -49,3 +49,4 @@ lsp:
skip:
- lsp
- runrepl