Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
feat(solidity/extension): added format entry to file context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmemorygrinder committed Jan 16, 2024
1 parent 2531e7d commit 2e4762a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions toolchains/solidity/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,15 @@
],
"main": "./dist/extension.js",
"contributes": {
"menus": {
"explorer/context": [
{
"when": "resourceLangId == solidity",
"command": "osmium.lint-sol-file",
"group": "7_modification"
}
]
},
"commands": [
{
"command": "osmium.lint-sol-file",
Expand Down

0 comments on commit 2e4762a

Please sign in to comment.