Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
0cf38b43db1f1341d869acbb782ec66d3a69d2c8
Branches
master
Tags
1.1.129-287
1.1.113-149
1.1.108-143
1.1.95-138
1.1.92-119
1.0.35-18
1.0.13-14
Files
Commits
Log
Graph
Stats
angular-compile.git
.vscode
launch.json
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 9
Mode: javascript
Binary: false
Hang on, we reloading big blames...
28f04ade
{ // 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": [
e4c84066
28f04ade
{
7d75fafb
"outputCapture": "std",
28f04ade
"type": "node", "request": "launch",
7d75fafb
"name": "npm run start",
28f04ade
"args": [ "run", "start" ], "skipFiles": [ "<node_internals>/**" ], "cwd": "${workspaceRoot}",
e4c84066
"runtimeExecutable": "npm", "runtimeArgs": [ "--preserve-symlinks" ]
28f04ade
} ] }