VSCode open specific file on startup

2019-07-21 02:58发布

Is it currently possible to set a specific file to open on startup in VSCode? I have the 'To Do Tasks' extension installed and I want to open my TODO file by default each time I load VSCode.

Using Version 1.12.1

1条回答
萌系小妹纸
2楼-- · 2019-07-21 03:18

You can either create some shortcut for command "code path/to/file.todo" or change link's options.

For example(windows):

link => properties => shortcut => target => "C:\Program Files (x86)\Microsoft VS Code\Code.exe" "D:/howto.todo"

vscode command-line

查看更多
登录 后发表回答