Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 9146

How do i set my default text editor to VS code when i open a text document in the terminal

$
0
0

I'm using this command in a bat file and I want it to open to VSC defaultly not needing to direct to it in the code

call powershell -command "start -verb edit 'New Text Document.txt'"

I already tried making txt files open with vcs, not notebook


Viewing all articles
Browse latest Browse all 9146

Trending Articles