1{ 2 "workspaceFoldersFilePaths": [ 3 "" 4 ], 5 "activeTextEditor": { 6 "selections": [ 7 { 8 "anchor": { 9 "line": 7, 10 "character": 1 11 }, 12 "active": { 13 "line": 2, 14 "character": 0 15 } 16 } 17 ], 18 "documentFilePath": "fib.md", 19 "visibleRanges": [ 20 { 21 "start": { 22 "line": 0, 23 "character": 0 24 }, 25 "end": { 26 "line": 7, 27 "character": 1 28 } 29 } 30 ], 31 "languageId": "markdown" 32 }, 33 "activeFileDiagnostics": [], 34 "debugConsoleOutput": "Test", 35 "terminalBuffer": "Test" 36 } 37