Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
17ba522e9791971746d674ae4e21c6b1067bb4a8
Branches
master
Files
Commits
Log
Graph
Stats
angular-http-cache-interceptor.git
.vscode
launch.json
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 5
Mode: javascript
Binary: false
Hang on, we reloading big blames...
4362659f
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ {
bda99ea7
"outputCapture": "std",
4362659f
"type": "node", "request": "launch",
bda99ea7
"name": "npm run start",
4362659f
"args": [ "run", "start" ], "skipFiles": [ "<node_internals>/**" ], "cwd": "${workspaceRoot}", "program": "/usr/bin/npm" } ] }