Open file at specific line in VSCode
Code.exe --goto "C:\file path\filename.txt:450:11"
worked for me, take a closer look on the quotation marks.
Seems to be a known issue which was fixed a couple of days ago - see here
Workaround until next version:
- Use relative paths
- Use insider version of VSCode