mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 04:15:47 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
33 lines
782 B
JSON
33 lines
782 B
JSON
{
|
|
"activeTextEditor": {
|
|
"selections": [
|
|
{
|
|
"anchor": {
|
|
"line": 0,
|
|
"character": 1
|
|
},
|
|
"active": {
|
|
"line": 3,
|
|
"character": 0
|
|
}
|
|
}
|
|
],
|
|
"documentFilePath": "test.ts",
|
|
"visibleRanges": [
|
|
{
|
|
"start": {
|
|
"line": 0,
|
|
"character": 0
|
|
},
|
|
"end": {
|
|
"line": 25,
|
|
"character": 1
|
|
}
|
|
}
|
|
],
|
|
"languageId": "typescript"
|
|
},
|
|
"activeFileDiagnostics": [],
|
|
"debugConsoleOutput": "Test",
|
|
"terminalBuffer": "Test"
|
|
} |