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