onflow/cadence-tools

[LS] Support New Import Syntax

Closed this issue · 0 comments

Instructions

Support for the new import syntax was added to the Playground API. However, the language server must also enable the import resolver in order to parse contracts, scripts, and transactions on the front end application.

Issue To Be Solved

We must implement the import syntax with FlowKit on the language server to match up with the Playground API.