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 sample devcontainer files should include the common file settings to mitigate common linting issues with whitespace and newlines. This minimizes the frustration of failed pipelines due to whitespace formatting errors. If a user/organization doesn't want this, its a simple process just to comment out or delete these lines.
The proposed configuration additions are:
"files.insertFinalNewline": true
"files.trimFinalNewlines": true
"files.trimTrailingWhitespace": true
Example devcontainer.json file with these configurations:
ISSUE TYPE
SUMMARY
The sample devcontainer files should include the common file settings to mitigate common linting issues with whitespace and newlines. This minimizes the frustration of failed pipelines due to whitespace formatting errors. If a user/organization doesn't want this, its a simple process just to comment out or delete these lines.
The proposed configuration additions are:
Example devcontainer.json file with these configurations:
It would be nice to include the same sort of config in the devfile, but the process isn't as clear.
The text was updated successfully, but these errors were encountered: