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