Disabling Auto Markdown Link Formatting in VScode
The Version: 1.80.0-insider Commit: da7f05a70eb760e4ce1fe230ae158ae214433341 of vscode turns markdown.editor.pasteUrlAsFormattedLink.enabled on by default. This automatically turns urls pasted into vscode as markdown links. It is trigger happy and also fires erroneously (eg. Note: key:value turns into a markdown link)
Solution is to set markdown.editor.pasteUrlAsFormattedLink.enabled to false