IT공부/WEB(HTML, CSS)

LiveServer 깨질 때

재삐 2024. 5. 13. 12:22
반응형
  "liveServer.settings.donotVerifyTags": true,
  "liveServer.settings.donotShowInfoMsg": true,
  "liveServer.settings.CustomBrowser": "chrome",
  "liveServer.settings.port": 5501,
  "liveServer.settings.host": "localhost",
  "liveServer.settings.ChromeDebuggingAttachment": false,

 

vsCode

setting.json에 붙여넣기

반응형