From ead70a214418b8826984d6e69fbdd578fc05f716 Mon Sep 17 00:00:00 2001 From: SaarthakTuli Date: Thu, 8 Sep 2022 22:29:01 +0530 Subject: [PATCH 1/3] Fix Executor map for Python --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 583f7a1..3d791b0 100644 --- a/package.json +++ b/package.json @@ -139,7 +139,7 @@ "cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", "objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", "php": "php", - "python": "python -u", + "python": "python3 -u", "perl": "perl", "perl6": "perl6", "ruby": "ruby", From df099359ebb66a75e1dc4a3f3d5e4014438299b2 Mon Sep 17 00:00:00 2001 From: SaarthakTuli Date: Thu, 8 Sep 2022 23:03:13 +0530 Subject: [PATCH 2/3] Fix Terminal Look --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d791b0..19656b1 100644 --- a/package.json +++ b/package.json @@ -262,7 +262,7 @@ }, "code-runner.clearPreviousOutput": { "type": "boolean", - "default": false, + "default": true, "description": "Whether to clear previous output before each run.", "scope": "resource" }, From 55dcb779ab28136debe7c57de31e1f941ce48b26 Mon Sep 17 00:00:00 2001 From: SaarthakTuli Date: Sat, 15 Oct 2022 10:37:49 +0530 Subject: [PATCH 3/3] init --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 19656b1..9688cb0 100644 --- a/package.json +++ b/package.json @@ -140,6 +140,7 @@ "objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt", "php": "php", "python": "python3 -u", + "Algol68g": "a68g", "perl": "perl", "perl6": "perl6", "ruby": "ruby",