wslでLive Server使おうとしたらブラウザが開かない現象があった。
settignsを以下のようにしたら解消した。
{
"workbench.colorTheme": "Default Light+",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.useLocalIp": true,
"liveServer.settings.CustomBrowser": "chrome",
"liveServer.settings.AdvanceCustomBrowserCmdLine": "/mnt/c/Program Files/Google/Chrome/Application/chrome.exe"
}
"workbench.colorTheme": "Default Light+",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.useLocalIp": true,
"liveServer.settings.CustomBrowser": "chrome",
"liveServer.settings.AdvanceCustomBrowserCmdLine": "/mnt/c/Program Files/Google/Chrome/Application/chrome.exe"
}
chrome.exeの場所はWin11の場合です。他のOSだと、調べる必要あるようです。
0 件のコメント:
コメントを投稿