vscode-cadence
vscode-cadence copied to clipboard
The Visual Studio Code extension for Cadence
### Issue To Be Solved We can notify devs if they are currently in a flow project which has staged contracts that have failed migrations. ### (Optional): Suggest A Solution...
### Problem EVM contract runs into errors on `InternalEVM` calls and cannot be used in dependent contracts without also propagating those syntax errors `cannot find variable in this scope: InternalEVM....
The new icon looks a little bit big (no margins really) in the file explorer. Seems disproportionate to other extensions. We should probably make it a bit smaller.
Changes to the language mean that the syntax highlighting is slightly outdated. This should be updated for entitlements, access(all), etc.
Currenty, when the `flow.json` is initially loaded by the LS, the LS will crash if the file is invalid. However, if changes to `flow.json` cause a request to the LS...
We should watch the filesystem for the current CLI binary & restart the language server when this changes to keep up to date with what the user is seeing on...
### Problem `textDocument/documentSymbol` failed error displays any time the LS tries to check this code (i.e. just type in the window and each time it refreshes the LS it will...
Closes #??? ## Description ______ For contributor use: - [ ] Targeted PR against `master` branch - [ ] Linked to Github issue with discussion and accepted design OR link...