You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: