mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-17 12:35:56 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
33 lines
571 B
JSON
33 lines
571 B
JSON
{
|
|
"activeTextEditor": {
|
|
"selections": [
|
|
{
|
|
"anchor": {
|
|
"line": 14,
|
|
"character": 26
|
|
},
|
|
"active": {
|
|
"line": 0,
|
|
"character": 0
|
|
}
|
|
}
|
|
],
|
|
"documentFilePath": "case4.py",
|
|
"visibleRanges": [
|
|
{
|
|
"start": {
|
|
"line": 0,
|
|
"character": 0
|
|
},
|
|
"end": {
|
|
"line": 15,
|
|
"character": 0
|
|
}
|
|
}
|
|
],
|
|
"languageId": "python"
|
|
},
|
|
"activeFileDiagnostics": [],
|
|
"debugConsoleOutput": "",
|
|
"terminalBuffer": ""
|
|
} |