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
I have an alternate sclang_conf.yaml file for development purposes.
Tried to use it in scel, and got stuck, similar to #57, at *** Welcome to SuperCollider 3.13.0. *** For help type C-c C-y.. No way to evaluate code.
*** Welcome to SuperCollider 3.13.0. *** For help type C-c C-y.
This config file works perfectly in ScIDE.
Since default config file was working fine, I tried to mimic it, and apparently, setting excludeDefaultPaths: false does the trick.
excludeDefaultPaths: false
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have an alternate sclang_conf.yaml file for development purposes.
Tried to use it in scel, and got stuck, similar to #57, at
*** Welcome to SuperCollider 3.13.0. *** For help type C-c C-y.
. No way to evaluate code.This config file works perfectly in ScIDE.
Since default config file was working fine, I tried to mimic it, and apparently, setting
excludeDefaultPaths: false
does the trick.The text was updated successfully, but these errors were encountered: