You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thank you very much for creating such a useful VSCode plugin for tact developers! However, we, at Ton Dynasty, have recently encountered some issues regarding relative import paths while using this plugin.
Could not resolve import ./packages/token/nft/NFTCollection in /home/alankingdom/文件/ton-dynasty/contracts/contracts/nft_enforce_royalty_example.tact
Our contract refers to the contents of packages/token/nft/NFTCollection, but as you can see in the image, due to the inability to resolve relative paths successfully, this plugin's other features are also affected.
The text was updated successfully, but these errors were encountered:
please use the relative path with extension .tact. It is required, because you can also import with .func extension, for example, and then we must to know which handler to use such file type.
First of all, thank you very much for creating such a useful VSCode plugin for tact developers! However, we, at Ton Dynasty, have recently encountered some issues regarding relative import paths while using this plugin.
This is one of the file which will cause error:
The error says:
Our contract refers to the contents of
packages/token/nft/NFTCollection
, but as you can see in the image, due to the inability to resolve relative paths successfully, this plugin's other features are also affected.The text was updated successfully, but these errors were encountered: