Catalog-entry with multiple options
Posted: 17 Oct 2024 11:05
I tried to search the answer, but obviously I didn't use the right query 
I want to add a VSC-Bookmark to my catalog that opens a window such as the Getting Started one where the first entry opens directory m:, the second o: and so on.
I tried:
...
I also tried this:
But I get dubious syntax...
This works:
I want to add a VSC-Bookmark to my catalog that opens a window such as the Getting Started one where the first entry opens directory m:, the second o: and so on.
I tried:
Code: Select all
"VSC-> M:" "C:\Users\myusername\AppData\Local\Programs\Microsoft VS Code Insiders\Code - Insiders.exe" "m:"
"VSC-> N:" "C:\Users\myusername\AppData\Local\Programs\Microsoft VS Code Insiders\Code - Insiders.exe" "N:"I also tried this:
Code: Select all
"VSC-> M:" "C:\Users\myusername\AppData\Local\Programs\Microsoft VS Code Insiders\Code - Insiders.exe" "m:"This works:
Code: Select all
"VSC-> M:" C:\Users\myusername\AppData\Local\Programs\Microsoft VS Code Insiders\Code - Insiders.exe