-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
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
Aiken language server, couldn't create a connection to server. #3
Comments
which operating system are you on? |
I am on ubuntu 22.04 |
On Linux people have had issues with VSCode not having aiken in it's path |
So you mean, it is not with aiken extension but the fault is with the linux vs code. |
Is there any progress in this issue? I'm using a mac and encountered the same problem. I think this is caused by reading $PATH from process.env in the extension. I installed aiken in ~/.aiken/bin folder, but $PATH variables read by the extension was always "/usr/bin:/bin:/usr/sbin:/sbin", I can not mv aiken into these folders(mac's restrictions), and didn't find a way to modify $PATH variables for vscode progress. |
Well, you can open vscode using terminal. code . This will fix the issue. |
Thanks, it works! It seems the environment variables are different between starting from cli and gui, I think a better solution would be allowing user manually setting path to aiken binary file in the extension's configuration @rvcas |
Hello, everyone.
I am now creating smart contract on cardano using Aiken.
In my opinion, this aiken language is really suitable for creating smart contract.
Only one problem I face is this issue.
Can anybody help me?
The text was updated successfully, but these errors were encountered: