文章出處
文章列表
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "firefox",
"windows": {
"command": "D:/Program Files/Mozilla Firefox/firefox.exe" //firefox瀏覽器的路徑
},
"isShellCommand": true,
"args": [
"${file}"
],
"showOutput": "always"
}
文章列表
全站熱搜
留言列表