Merge branch 'main' into simon-engledew/fix-runner-temp-missing
This commit is contained in:
commit
af32a29f03
3 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,9 @@ import * as configUtils from "./config-utils";
|
|||
import { Logger } from "./logging";
|
||||
|
||||
function isInterpretedLanguage(language): boolean {
|
||||
return language === "javascript" || language === "python";
|
||||
return (
|
||||
language === "javascript" || language === "python" || language === "ruby"
|
||||
);
|
||||
}
|
||||
|
||||
// Matches a string containing only characters that are legal to include in paths on windows.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue