Consensys / vscode-solidity-auditor

Solidity language support and visual security auditor for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.solidity-visual-auditor
GNU General Public License v3.0
569 stars 60 forks source link

VSCode-Error: Proposed API is only available when running out of dev or with the following command line switch... #59

Closed tintinweb closed 3 years ago

tintinweb commented 3 years ago

Unfortunately, vscode decided to suddenly disable proposed api features like the treeviewElement.tooltip property. I've disabled the tooltip feature for now. This only affects the cockpit->settings view. The tooltip will not show up anymore.

image

Let's re-enable this once they've come to a conclusion that this is added to their main API.