Skip to content

Commit

Permalink
remove SVS plugins from PM list
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniket-Engg committed Dec 17, 2024
1 parent 2065ecb commit bfa973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/remix-ide/src/remixAppManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const isInjectedProvider = (name) => {
}

const isVM = (name) => {
return name.startsWith('vm')
return name.startsWith('vm') || name.startsWith('svs')
}

const isScriptRunner = (name) => {
Expand Down

0 comments on commit bfa973b

Please sign in to comment.