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

Multi line variables supporting #13

Open
dennypenta opened this issue Apr 13, 2023 · 1 comment
Open

Multi line variables supporting #13

dennypenta opened this issue Apr 13, 2023 · 1 comment

Comments

@dennypenta
Copy link

The issue:
vscode itself doesn't support multi line env variables, it's useful to support json values in variables, (ref: microsoft/vscode-python#9251)

Solution:
add a flag that will allow to reformat multi line variables, remove all the spaces (also \n, \t) and override a value in one-line.

@dennypenta
Copy link
Author

I implemented this piece.
https://github.com/dennypenta/vscode-env-formatter
If anyone interested - just add some tests and integrate it

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