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
Problem Description:
I created a project using the npm create ton command in the directory .../myproject/TONProject. When I opened PyCharm from the directory .../myproject, the plugin did not work with TACT contracts. However, when I opened PyCharm directly from the ./myproject/TON/ton_project directory, the plugin worked correctly.
Steps to Reproduce:
Create a project using the npm create ton command in the directory ./myproject/TON/.
Open PyCharm from the ./myproject directory.
The TON Development plugin does not work correctly.
Open PyCharm from the ./myproject/TON/ton_project directory.
The TON Development plugin works correctly.
Expected Behavior:
The plugin should work correctly regardless of which directory the project is opened from in PyCharm.
Additional Information:
PyCharm 2024.2 EAP (Professional Edition)
Node.js version: 18.0.0
TON Development plugin installed via Plugin Marketplace
I hope this information helps in diagnosing and solving the problem. Thank you!
The text was updated successfully, but these errors were encountered:
Problem Description:
I created a project using the npm create ton command in the directory .../myproject/TONProject. When I opened PyCharm from the directory .../myproject, the plugin did not work with TACT contracts. However, when I opened PyCharm directly from the ./myproject/TON/ton_project directory, the plugin worked correctly.
Steps to Reproduce:
Expected Behavior:
The plugin should work correctly regardless of which directory the project is opened from in PyCharm.
Additional Information:
I hope this information helps in diagnosing and solving the problem. Thank you!
The text was updated successfully, but these errors were encountered: