Skip to content

Commit

Permalink
Added information about Simbolik API.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoulSchaffranek committed May 27, 2024
1 parent 3f0bbff commit b1e56df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
> This extension is currently in beta. If you encounter any issues, please report them on [GitHub](https://github.com/runtimeverification/simbolik-vscode/issues).
> You need to have a free API key from the [Simbolik Website](https://simbolik.runtimeverification.com) to use this extension, see below for more information.
> [!IMPORTANT]
> The extension connects to the Simbolik API to provide debugging capabilities, and it transfers your compilation artifacts to our servers.
> The data is deleted after the debugging session is finished.
## Overview

Simbolik is a powerful extension that allows developers to debug their Solidity smart contracts directly within Visual Studio Code.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"publisher": "runtimeverification",
"description": "Advanced Solidity and EVM Debugger",
"version": "2.0.1",
"version": "2.0.2",
"engines": {
"vscode": "^1.79.0"
},
Expand Down

0 comments on commit b1e56df

Please sign in to comment.