coc-solidity-antico
Advanced tools
Comparing version
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"keywords": [ | ||
@@ -19,4 +19,3 @@ "coc.nvim", | ||
"scripts": { | ||
"bundle": "esbuild src/index.ts --platform=node --bundle --external:coc.nvim --external:solidity-ls-antico --outdir=out", | ||
"publish": "yarn install && yarn bundle && npm publish" | ||
"bundle": "esbuild src/index.ts --platform=node --bundle --external:coc.nvim --external:solidity-ls-antico --outdir=out" | ||
}, | ||
@@ -48,4 +47,15 @@ "dependencies": { | ||
} | ||
] | ||
], | ||
"configuration": { | ||
"type": "object", | ||
"title": "coc-solidity-antico configuration", | ||
"properties": { | ||
"coc-solidity-antico.telemetry": { | ||
"type": "boolean", | ||
"default": true, | ||
"description": "Allow this extension to send telemetry. This helps us understand how it is used and how it is performing. Read more in our [privacy policy](https://hardhat.org/privacy-policy.html).\n\n \n\n*__Note:__ This extension respects the global **Telemetry Level** setting, and will only send telemetry if enabled at both global and extension level.*" | ||
} | ||
} | ||
} | ||
} | ||
} |
4578
13.88%