We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826be8e commit 72010c8Copy full SHA for 72010c8
package.json
@@ -2,7 +2,7 @@
2
"name": "vscode-solidity-inspector",
3
"displayName": "Solidity Inspector",
4
"description": "A vscode extension used to inspect Solidity files",
5
- "version": "1.2.1",
+ "version": "1.3.0",
6
"engines": {
7
"vscode": "^1.72.0"
8
},
@@ -12,8 +12,9 @@
12
"keywords": [
13
"ethereum",
14
"solidity",
15
- "solidity-inspector",
16
- "forge-inspector"
+ "blockchain",
+ "EVM",
17
+ "smart-contracts"
18
],
19
"publisher": "PraneshASP",
20
"homepage": "https://github.com/PraneshASP/vscode-solidity-inspector",
0 commit comments