Skip to content

Instantly share code, notes, and snippets.

View GeorgeChackungal's full-sized avatar

George George Chackungal GeorgeChackungal

View GitHub Profile
@GeorgeChackungal
GeorgeChackungal / launch.json
Last active April 10, 2019 14:05
Supercharged VSCode Workspace for Angular
{
"configurations": [
{
"name": "DEV Debug",
"type": "chrome",
"request": "launch",
"preLaunchTask": "npm: start",
"url": "http://localhost:4200/#",
"webRoot": "${workspaceFolder}"
},