Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 6b49066

Browse files
Merge branch 'dev' into users/t-xunguy/fix-mac-sound
2 parents 4ccd2b3 + a79e615 commit 6b49066

File tree

6 files changed

+190
-132
lines changed

6 files changed

+190
-132
lines changed

src/constants.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,5 +479,8 @@ export const HELPER_FILES = {
479479
export const GLOBAL_ENV_VARS = {
480480
PYTHON: "python",
481481
};
482+
export const LANGUAGE_VARS = {
483+
PYTHON: { ID: "python", FILE_ENDS: ".py" },
484+
};
482485

483486
export default CONSTANTS;

0 commit comments

Comments
 (0)