Skip to content
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

Allow cwd in launch.json #404

Open
robertmaxton42 opened this issue Nov 18, 2024 · 0 comments
Open

Allow cwd in launch.json #404

robertmaxton42 opened this issue Nov 18, 2024 · 0 comments

Comments

@robertmaxton42
Copy link

Is your feature request related to a problem? Please describe.

Sometimes it is convenient to have a program that assumes a certain directory structure relative to where it's run. At the moment, it is difficult to do so in Metals without polluting the root directory.

Describe the solution you'd like

Allow cwd to be set in launch.json as permitted by the java launch type, so that e.g. data generation and multi-step builds can occur in some specified subdirectory instead of being dumped in the root.

Describe alternatives you've considered

Per-project, it is certainly possible to make dev-mode switches in the code itself as a workaround, but it would be much nicer to be able to use the same syntax and options when porting from Java.

Additional context

No response

Search terms

cwd, organization, launch options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant