-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FEATURE] - project-local config files #51
Comments
Hi @Mai-Lapyst , Do you mean make the parameter to support relative paths, right? Thanks for reporting |
This could potentially also help; but I rather ment vs-code's variables: https://code.visualstudio.com/docs/editor/variables-reference. We really only need |
We are basically describing the same thing, as |
Yeah thats what I ment too; sorry for my misunderstanding ^^' |
@alefragnani I would like to pick up this issue and just wanted to make sure there hasn't been any work done on it yet :) Please also let me know if there's anything more I should look out for (or read beforehand), being absolutely new to VS Code extension development 🙈 |
Hi @Merlin2001 , Feel free to pick upd the issue 😬 . About VS Code extensions development, I would looking at https://code.visualstudio.com/api/get-started/your-first-extension, with the initial steps to have an extension up and running. This extension in particular, doesn't have anything special/complicated in terms of APIs, except the Feel free to open the PR, and ping me there if you need any help with it. Thank you |
The extension should provide a way to allow for project-local configuration files; propably the easiest way is by supporting
${workspaceFolder}
and${workspaceRoot}
inpascal.formatter.engineParameters
.The text was updated successfully, but these errors were encountered: