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": "fib.js", 16 "visibleRanges": [ 17 { 18 "start": { 19 "line": 0, 20 "character": 0 21 }, 22 "end": { 23 "line": 7, 24 "character": 1 25 } 26 } 27 ], 28 "languageId": "javascript" 29 }, 30 "activeFileDiagnostics": [], 31 "debugConsoleOutput": "Test", 32 "terminalBuffer": "Test" 33 } 34