Skip to content

Instantly share code, notes, and snippets.

@ksakae1216
Created March 18, 2019 13:55
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ksakae1216/2352e32a404fe7eafd9c82e421d574bb to your computer and use it in GitHub Desktop.
{
// IntelliSense を使用して利用可能な属性を学べます。
// 既存の属性の説明をホバーして表示します。
// 詳細情報は次を確認してください: https://go.microsoft.com/fwlink/?linkid=830387
"version": "2.0.0",
"configurations": [
{
"name": "Launch local file",
"type": "chrome",
"request": "launch",
"url": "http://localhost:4200/login",
"webRoot": "${workspaceFolder}/",
"sourceMaps": true,
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment