vscode-ext
vscode-ext copied to clipboard
Update keywords in manifest (package.json)
The extension marketplace only looks at the first 5 keyword entries in the package.json
so let's update it to the following:
"keywords": [
"solidity",
"ethereum",
"blockchain",
"truffle",
"debugger"
]