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