Change VS code's insane default behavior of changing your text when you hit return
Start a new document in VS code, and before saving, type:
Worklist Describe how the certificate registration works
Hit return, and the line now says (my bold):
Worklist Describe how the certificate registration WorkList
At least on my machine. That is insane! VS Code has no idea of what I am trying to code or write or even in what language yet.
You can get rid of this behavior in settings by disabling:
"Editor: Accept suggestions on Enter"