-
Notifications
You must be signed in to change notification settings - Fork 1
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
Rename build.ralph
to ralph.json
#39
Comments
Better to use a file name that is not tied to a specific file format. Users can add file association instead. In VSCode add the following to "files.associations": {
"*.ralph": "json"
} |
Hey @tdroxler, what do you think of this issue? I'm not too sure. The rust link you shared here showed that they use I don't know 😕. If we use |
yeah I would favor
is a big plus, editor usually come with a linter etc and we don't know for all editors if we can configure the same way as vscode. |
Initial assumption was that a custom file extension was required for the clients to narrow down the files to trigger file change events, but this is not the case.
Use
.json
so that that editor's default JSON support gets enabled.The text was updated successfully, but these errors were encountered: