21 lines
314 B
JSON
21 lines
314 B
JSON
|
{
|
||
|
"seq": 0,
|
||
|
"type": "response",
|
||
|
"command": "definition",
|
||
|
"request_seq": 2,
|
||
|
"success": true,
|
||
|
"body": [
|
||
|
{
|
||
|
"file": "${PWD}/project/app/app.component.ts",
|
||
|
"start": {
|
||
|
"line": 7,
|
||
|
"offset": 30
|
||
|
},
|
||
|
"end": {
|
||
|
"line": 7,
|
||
|
"offset": 47
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|