vscode-ext icon indicating copy to clipboard operation
vscode-ext copied to clipboard

Update keywords in manifest (package.json)

Open kevinbluer opened this issue 2 years ago • 0 comments

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"
  ]

kevinbluer avatar Sep 22 '22 15:09 kevinbluer