Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eagleonefight/8eacb1ae8df03a4a0ffb9d3045ae389d to your computer and use it in GitHub Desktop.
Save eagleonefight/8eacb1ae8df03a4a0ffb9d3045ae389d to your computer and use it in GitHub Desktop.
{
// 使用 IntelliSense 了解相关属性。
// 悬停以查看现有属性的描述。
// 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://127.0.0.1:8000",
"webRoot": "${workspaceFolder}/resources/js/app.js",
"address": "127.0.0.1",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment