Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-explain/explain.16.state.json
13397 views
1
{
2
"activeTextEditor": {
3
"selections": [
4
{
5
"anchor": {
6
"line": 5,
7
"character": 3
8
},
9
"active": {
10
"line": 5,
11
"character": 3
12
},
13
"start": {
14
"line": 5,
15
"character": 3
16
},
17
"end": {
18
"line": 5,
19
"character": 3
20
}
21
}
22
],
23
"documentFilePath": "cursor.ts",
24
"visibleRanges": [
25
{
26
"start": {
27
"line": 4,
28
"character": 0
29
},
30
"end": {
31
"line": 9,
32
"character": 0
33
}
34
}
35
],
36
"languageId": "typescript"
37
},
38
"activeFileDiagnostics": [],
39
"debugConsoleOutput": "Test",
40
"terminalSelection": "Hello, world!",
41
"terminalBuffer": "Hello, world!"
42
}
43