Kevin S Lin: Notes on vscode

vscode Disabling Auto Markdown Link Formatting in VScode - 2023-07-08

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) …

vscode Stdout in Vscode - 2023-05-18

To get standard out when debugging nodejs, require the following settings: …