Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
7dee925e
Commit
7dee925e
authored
Feb 19, 2021
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add icon for vyper and other smart contracts
parent
21f0f673
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
recorder.test.ts
apps/remix-ide-e2e/src/tests/recorder.test.ts
+3
-1
helper.js
apps/remix-ide/src/lib/helper.js
+2
-1
No files found.
apps/remix-ide-e2e/src/tests/recorder.test.ts
View file @
7dee925e
...
...
@@ -14,7 +14,9 @@ module.exports = {
'Test Recorder'
:
function
(
browser
:
NightwatchBrowser
)
{
let
addressRef
browser
.
addFile
(
'scenario.json'
,
{
content
:
records
})
browser
.
pause
(
50000
)
.
addFile
(
'scenario.json'
,
{
content
:
records
})
.
pause
(
5000
)
.
clickLaunchIcon
(
'udapp'
)
.
selectAccount
(
'0xCA35b7d915458EF540aDe6068dFe2F44E8fa733c'
)
// this account will be used for this test suite
...
...
apps/remix-ide/src/lib/helper.js
View file @
7dee925e
...
...
@@ -76,7 +76,8 @@ module.exports = {
?
'fak fa-solidity-mono'
:
path
.
endsWith
(
'.js'
)
?
'fab fa-js'
:
path
.
endsWith
(
'.json'
)
?
'fas fa-brackets-curly'
:
path
.
endsWith
(
'.vy'
)
?
'fab fa-vine'
:
'far fa-file'
?
'fak fa-vyper-mono'
:
path
.
endsWith
(
'.lex'
)
||
path
.
endsWith
(
'.contract'
)
?
'fab fa-ethereum'
:
'far fa-file'
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment