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
VSCode: ensure that text files are properly terminated per POSIX standard.
Text files should always end with a newline, so that all lines are complete
and simplistic tools do not skip the last line.
VSCode seems to apply this by default to py, but not to json files.
0 commit comments