Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/copilot/test/scenarios/test-tools/chatSetup.state.json
13397 views
1
{
2
"activeTextEditor": {
3
"selections": [
4
],
5
"documentFilePath": "workspace/chatSetup.ts",
6
"visibleRanges": [
7
{
8
"start": {
9
"line": 15,
10
"character": 0
11
},
12
"end": {
13
"line": 20,
14
"character": 1
15
}
16
}
17
],
18
"languageId": "typescript"
19
},
20
"activeFileDiagnostics": [],
21
"debugConsoleOutput": "Test",
22
"terminalBuffer": "Hello world",
23
"terminalSelection": "Hello world"
24
}
25