From bac6588b048b8f088cd37a012c4ef1fa21b9a6ad Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 8 Feb 2021 12:51:00 +0100 Subject: [PATCH] comment and update ext --- apps/remix-ide/src/app/tabs/runTab/contractDropdown.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/remix-ide/src/app/tabs/runTab/contractDropdown.js b/apps/remix-ide/src/app/tabs/runTab/contractDropdown.js index d5ba035a1b..6d7a0647c8 100644 --- a/apps/remix-ide/src/app/tabs/runTab/contractDropdown.js +++ b/apps/remix-ide/src/app/tabs/runTab/contractDropdown.js @@ -202,8 +202,8 @@ class ContractDropdownUI { this.enableContractNames(true) this.enableAtAddress(true) } else if (/.(.sol)$/.exec(currentFile) - || /.(.vy)$/.exec(currentFile) - || /.(.lexon)$/.exec(currentFile) + || /.(.vy)$/.exec(currentFile) // vyper + || /.(.lex)$/.exec(currentFile) // lexon || /.(.contract)$/.exec(currentFile)) { this.createPanel.style.display = 'block' this.orLabel.style.display = 'block'