We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open a new folder in VSCode and run rojo init in the terminal to make a rojo project.
rojo init
In the terminal, install rojo via Aftman in any of the following ways:
aftman add rojo
aftman.toml
[tools] rojo = "rojo-rbx/[email protected]" # replace 7.4.4 with latest or preferred version
Now rename aftman.toml to rokit.toml. (Both files support the same format)
rokit.toml
Open the Command Palette again and open the Rojo menu. The Rojo extension now sees Rojo as not installed:
Rojo can detect its own installation via Aftman but not via Rokit.
This issue may also require some feedback:
This is related to #91. I have not checked if #94 addresses all the issues in this post
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction
Open a new folder in VSCode and run
rojo init
in the terminal to make a rojo project.In the terminal, install rojo via Aftman in any of the following ways:
aftman add rojo
aftman.toml
file and add the following lines:Now rename
aftman.toml
torokit.toml
. (Both files support the same format)Open the Command Palette again and open the Rojo menu. The Rojo extension now sees Rojo as not installed:
Explanation
Rojo can detect its own installation via Aftman but not via Rokit.
This issue may also require some feedback:
This is related to #91. I have not checked if #94 addresses all the issues in this post
The text was updated successfully, but these errors were encountered: