TS Template added by @mjbvz
TypeScript Version: 3.9.0-dev.20200229
Search Terms
Issue Type: Bug
A project I am working on is not able to run the TS Server on opening VS Code.
The message I receive is:
The TypeScript language service died 5 times right after it got started. The service will not be restarted.
I have also tried using the TypeScript version of my project but I didn't succeed.
The following is the log.
Info 0 [22:4:59.234] Starting TS Server
Info 1 [22:4:59.235] Version: 3.9.0-dev.20200229
Info 2 [22:4:59.235] Arguments: /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper (Renderer).app/Contents/MacOS/Code Helper (Renderer) /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName /var/folders/r0/h4dkwy9n7kxd8ykml9tl3v_c0000gn/T/vscode-typescript501/43f793093d730affd847/tscancellation-1c49a7cfbb94763bc06a.tmp* --logVerbosity verbose --logFile /Users/enricomattiazzi/Library/Application Support/Code/logs/20200301T215121/exthost1/vscode.typescript-language-features/tsserver-log-0CdCsd/tsserver.log --globalPlugins typescript-vscode-sh-plugin --pluginProbeLocations /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features --locale en --noGetErrOnBackgroundUpdate --validateDefaultNpmLocation
Info 3 [22:4:59.235] Platform: darwin NodeVersion: 12 CaseSensitive: false
Info 4 [22:4:59.239] Binding...
Info 5 [22:4:59.255] request:
{"seq":0,"type":"request","command":"configure","arguments":{"hostInfo":"vscode","preferences":{"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true}}}
Info 6 [22:4:59.263] Host information vscode
Info 7 [22:4:59.263] response:
{"seq":0,"type":"response","command":"configure","request_seq":0,"success":true}
Perf 8 [22:4:59.265] 0::configure: async elapsed time (in milliseconds) 10.5328
Info 9 [22:4:59.265] request:
{"seq":1,"type":"request","command":"compilerOptionsForInferredProjects","arguments":{"options":{"module":"commonjs","target":"es2016","jsx":"preserve","sourceMap":true,"allowJs":true,"allowSyntheticDefaultImports":true,"allowNonTsExtensions":true}}}
Info 10 [22:4:59.266] Scheduled: *ensureProjectForOpenFiles*
Perf 11 [22:4:59.266] 1::compilerOptionsForInferredProjects: elapsed time (in milliseconds) 0.8140
Info 12 [22:4:59.266] response:
{"seq":0,"type":"response","command":"compilerOptionsForInferredProjects","request_seq":1,"success":true,"body":true}
Info 13 [22:4:59.266] request:
{"seq":2,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx","/Users/enricomattiazzi/dev/qume/src/components/app.tsx"]}}
Perf 14 [22:4:59.271] 2::geterr: async elapsed time (in milliseconds) 4.4970
Info 15 [22:4:59.271] event:
{"seq":0,"type":"event","event":"typingsInstallerPid","body":{"pid":61844}}
Info 16 [22:4:59.274] event:
{"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":2}}
Info 17 [22:4:59.518] Running: *ensureProjectForOpenFiles*
Info 18 [22:4:59.519] Structure before ensureProjectForOpenFiles:
Info 19 [22:4:59.519] Open files:
Info 19 [22:4:59.519] Structure after ensureProjectForOpenFiles:
Info 20 [22:4:59.519] Open files:
Info 20 [22:4:59.520] got projects updated in background, updating diagnostics for
Info 21 [22:5:50.204] request:
{"seq":3,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}
Err 22 [22:5:50.204] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 23 [22:5:50.224] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 24 [22:5:50.224] Exception on executing command {"seq":3,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}:
No Project.
Error: No Project.
at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
at Interface.emit (events.js:200:13)
at Interface._onLine (readline.js:314:10)
at Interface._normalWrite (readline.js:459:12)
at Socket.ondata (readline.js:170:10)
at Socket.emit (events.js:200:13)
at addChunk (_stream_readable.js:294:12)
at readableAddChunk (_stream_readable.js:275:11)
at Socket.Readable.push (_stream_readable.js:210:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 25 [22:5:50.224] response:
{"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":3,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n at Interface.emit (events.js:200:13)\n at Interface._onLine (readline.js:314:10)\n at Interface._normalWrite (readline.js:459:12)\n at Socket.ondata (readline.js:170:10)\n at Socket.emit (events.js:200:13)\n at addChunk (_stream_readable.js:294:12)\n at readableAddChunk (_stream_readable.js:275:11)\n at Socket.Readable.push (_stream_readable.js:210:10)\n at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 26 [22:5:50.411] request:
{"seq":4,"type":"request","command":"configure","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","formatOptions":{"tabSize":4,"indentSize":4,"convertTabsToSpaces":true,"newLineCharacter":"\n","insertSpaceAfterCommaDelimiter":true,"insertSpaceAfterConstructor":false,"insertSpaceAfterSemicolonInForStatements":true,"insertSpaceBeforeAndAfterBinaryOperators":true,"insertSpaceAfterKeywordsInControlFlowStatements":true,"insertSpaceAfterFunctionKeywordForAnonymousFunctions":true,"insertSpaceBeforeFunctionParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets":false,"insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces":true,"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces":false,"insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces":false,"insertSpaceAfterTypeAssertion":false,"placeOpenBraceOnNewLineForFunctions":false,"placeOpenBraceOnNewLineForControlBlocks":false,"semicolons":"ignore"},"preferences":{"quotePreference":"auto","allowTextChangesInNewFiles":true,"providePrefixAndSuffixTextForRename":true,"allowRenameOfImportPath":true}}}
Info 27 [22:5:50.411] response:
{"seq":0,"type":"response","command":"configure","request_seq":4,"success":true}
Perf 28 [22:5:50.411] 4::configure: async elapsed time (in milliseconds) 0.3988
Info 29 [22:5:50.412] request:
{"seq":5,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":24,"startOffset":46,"endLine":24,"endOffset":46}}
Err 30 [22:5:50.412] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 31 [22:5:50.412] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 32 [22:5:50.412] Exception on executing command {"seq":5,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":24,"startOffset":46,"endLine":24,"endOffset":46}}:
No Project.
Error: No Project.
at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
at Interface.emit (events.js:200:13)
at Interface._onLine (readline.js:314:10)
at Interface._normalWrite (readline.js:459:12)
at Socket.ondata (readline.js:170:10)
at Socket.emit (events.js:200:13)
at addChunk (_stream_readable.js:294:12)
at readableAddChunk (_stream_readable.js:275:11)
at Socket.Readable.push (_stream_readable.js:210:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 33 [22:5:50.413] response:
{"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":5,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n at Interface.emit (events.js:200:13)\n at Interface._onLine (readline.js:314:10)\n at Interface._normalWrite (readline.js:459:12)\n at Socket.ondata (readline.js:170:10)\n at Socket.emit (events.js:200:13)\n at addChunk (_stream_readable.js:294:12)\n at readableAddChunk (_stream_readable.js:275:11)\n at Socket.Readable.push (_stream_readable.js:210:10)\n at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 34 [22:5:50.514] request:
{"seq":6,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/enricomattiazzi/dev/qume/src/components/app.tsx","/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx"]}}
Perf 35 [22:5:50.515] 6::geterr: async elapsed time (in milliseconds) 0.3798
Info 36 [22:5:50.517] event:
{"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":6}}
Info 37 [22:6:1.112] request:
{"seq":7,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}
Err 38 [22:6:1.112] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 39 [22:6:1.112] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 40 [22:6:1.112] Exception on executing command {"seq":7,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}:
No Project.
Error: No Project.
at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
at Interface.emit (events.js:200:13)
at Interface._onLine (readline.js:314:10)
at Interface._normalWrite (readline.js:459:12)
at Socket.ondata (readline.js:170:10)
at Socket.emit (events.js:200:13)
at addChunk (_stream_readable.js:294:12)
at readableAddChunk (_stream_readable.js:275:11)
at Socket.Readable.push (_stream_readable.js:210:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 41 [22:6:1.112] response:
{"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":7,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n at Interface.emit (events.js:200:13)\n at Interface._onLine (readline.js:314:10)\n at Interface._normalWrite (readline.js:459:12)\n at Socket.ondata (readline.js:170:10)\n at Socket.emit (events.js:200:13)\n at addChunk (_stream_readable.js:294:12)\n at readableAddChunk (_stream_readable.js:275:11)\n at Socket.Readable.push (_stream_readable.js:210:10)\n at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 42 [22:6:1.286] request:
{"seq":8,"type":"request","command":"quickinfo","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","line":2,"offset":34}}
Err 43 [22:6:1.286] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 44 [22:6:1.286] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 45 [22:6:1.286] Exception on executing command {"seq":8,"type":"request","command":"quickinfo","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","line":2,"offset":34}}:
No Project.
Error: No Project.
at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
at IOSession.Session.getQuickInfoWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146435:31)
at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145440:61)
at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
at Interface.emit (events.js:200:13)
at Interface._onLine (readline.js:314:10)
at Interface._normalWrite (readline.js:459:12)
at Socket.ondata (readline.js:170:10)
at Socket.emit (events.js:200:13)
at addChunk (_stream_readable.js:294:12)
at readableAddChunk (_stream_readable.js:275:11)
at Socket.Readable.push (_stream_readable.js:210:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 46 [22:6:1.286] response:
{"seq":0,"type":"response","command":"quickinfo","request_seq":8,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n at IOSession.Session.getQuickInfoWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146435:31)\n at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145440:61)\n at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n at Interface.emit (events.js:200:13)\n at Interface._onLine (readline.js:314:10)\n at Interface._normalWrite (readline.js:459:12)\n at Socket.ondata (readline.js:170:10)\n at Socket.emit (events.js:200:13)\n at addChunk (_stream_readable.js:294:12)\n at readableAddChunk (_stream_readable.js:275:11)\n at Socket.Readable.push (_stream_readable.js:210:10)\n at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 47 [22:6:1.329] request:
{"seq":9,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":24,"startOffset":46,"endLine":24,"endOffset":46}}
Err 48 [22:6:1.329] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 49 [22:6:1.330] Could not find file "/Users/enricomattiazzi/dev/qume/src/components/app.tsx".
All files are: []
Err 50 [22:6:1.330] Exception on executing command {"seq":9,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/components/app.tsx","startLine":24,"startOffset":46,"endLine":24,"endOffset":46}}:
No Project.
Error: No Project.
at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
at Interface.emit (events.js:200:13)
at Interface._onLine (readline.js:314:10)
at Interface._normalWrite (readline.js:459:12)
at Socket.ondata (readline.js:170:10)
at Socket.emit (events.js:200:13)
at addChunk (_stream_readable.js:294:12)
at readableAddChunk (_stream_readable.js:275:11)
at Socket.Readable.push (_stream_readable.js:210:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 51 [22:6:1.330] response:
{"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":9,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n at Interface.emit (events.js:200:13)\n at Interface._onLine (readline.js:314:10)\n at Interface._normalWrite (readline.js:459:12)\n at Socket.ondata (readline.js:170:10)\n at Socket.emit (events.js:200:13)\n at addChunk (_stream_readable.js:294:12)\n at readableAddChunk (_stream_readable.js:275:11)\n at Socket.Readable.push (_stream_readable.js:210:10)\n at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 52 [22:6:1.414] request:
{"seq":10,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/enricomattiazzi/dev/qume/src/components/app.tsx","/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx"]}}
Perf 53 [22:6:1.414] 10::geterr: async elapsed time (in milliseconds) 0.1720
Info 54 [22:6:1.417] event:
{"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":10}}
Info 55 [22:6:3.515] request:
{"seq":11,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}
Err 56 [22:6:3.515] Could not find file "/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx".
All files are: []
Err 57 [22:6:3.515] Could not find file "/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx".
All files are: []
Err 58 [22:6:3.515] Exception on executing command {"seq":11,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}:
No Project.
Error: No Project.
at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)
at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)
at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)
at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)
at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)
at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)
at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)
at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
at Interface.emit (events.js:200:13)
at Interface._onLine (readline.js:314:10)
at Interface._normalWrite (readline.js:459:12)
at Socket.ondata (readline.js:170:10)
at Socket.emit (events.js:200:13)
at addChunk (_stream_readable.js:294:12)
at readableAddChunk (_stream_readable.js:275:11)
at Socket.Readable.push (_stream_readable.js:210:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 59 [22:6:3.515] response:
{"seq":0,"type":"response","command":"getApplicableRefactors","request_seq":11,"success":false,"message":"Error processing request. No Project.\nError: No Project.\n at Object.ThrowNoProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:139073:23)\n at ProjectService.doEnsureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142556:131)\n at ProjectService.ensureDefaultProjectForFile (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:142551:75)\n at IOSession.Session.getFileAndProjectWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146377:87)\n at IOSession.Session.getFileAndProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146360:29)\n at IOSession.Session.getApplicableRefactors (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:146806:31)\n at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145633:61)\n at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n at Interface.emit (events.js:200:13)\n at Interface._onLine (readline.js:314:10)\n at Interface._normalWrite (readline.js:459:12)\n at Socket.ondata (readline.js:170:10)\n at Socket.emit (events.js:200:13)\n at addChunk (_stream_readable.js:294:12)\n at readableAddChunk (_stream_readable.js:275:11)\n at Socket.Readable.push (_stream_readable.js:210:10)\n at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 60 [22:6:3.826] request:
{"seq":12,"type":"request","command":"geterr","arguments":{"delay":0,"files":["/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx","/Users/enricomattiazzi/dev/qume/src/components/app.tsx"]}}
Perf 61 [22:6:3.826] 12::geterr: async elapsed time (in milliseconds) 0.3515
Info 62 [22:6:3.831] event:
{"seq":0,"type":"event","event":"requestCompleted","body":{"request_seq":12}}
Info 63 [22:7:25.781] request:
{"seq":13,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":["/Users/enricomattiazzi/dev/qume/src/components/app.tsx","/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx"],"openFiles":[{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts","fileContent":"// This file is automatically generated from your CSS. Any edits will be overwritten.\nexport const home: string;\nexport const panelTitle: string;\nexport const panel: string;\nexport const panelList: string;\nexport const panelListItem: string;\n","projectRootPath":"/Users/enricomattiazzi/dev/qume","scriptKindName":"TS"}]}}
Info 64 [22:7:25.784] Search path: /Users/enricomattiazzi/dev/qume/src/routes/home
Info 65 [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/routes/home/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 66 [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/routes/home/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 67 [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/routes/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 68 [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/routes/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 69 [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 70 [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/src/jsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 71 [22:7:25.786] ConfigFilePresence:: Current Watches: :: File: /Users/enricomattiazzi/dev/qume/tsconfig.json Currently impacted open files: RootsOfInferredProjects: OtherOpenFiles: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts Status: File added to open files impacted by this config file
Info 72 [22:7:25.786] For info: /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts :: Config file name: /Users/enricomattiazzi/dev/qume/tsconfig.json
Info 73 [22:7:25.787] Opened configuration file /Users/enricomattiazzi/dev/qume/tsconfig.json
Info 74 [22:7:25.789] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/tsconfig.json 2000 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Config file
Info 75 [22:7:25.789] event:
{"seq":0,"type":"event","event":"projectLoadingStart","body":{"projectName":"/Users/enricomattiazzi/dev/qume/tsconfig.json","reason":"Creating possible configured project for /Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts to open"}}
Info 76 [22:7:25.824] Config: /Users/enricomattiazzi/dev/qume/tsconfig.json : {
"rootNames": [
"/Users/enricomattiazzi/dev/qume/src/components/app.tsx",
"/Users/enricomattiazzi/dev/qume/src/components/button/button.tsx",
"/Users/enricomattiazzi/dev/qume/src/components/container/container.tsx",
"/Users/enricomattiazzi/dev/qume/src/components/header/index.tsx",
"/Users/enricomattiazzi/dev/qume/src/components/icons/iconLeft.tsx",
"/Users/enricomattiazzi/dev/qume/src/components/icons/iconRight.tsx",
"/Users/enricomattiazzi/dev/qume/src/components/multipleChoice/multipleChoice.tsx",
"/Users/enricomattiazzi/dev/qume/src/components/sequence/sequence.tsx",
"/Users/enricomattiazzi/dev/qume/src/context/context.tsx",
"/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx",
"/Users/enricomattiazzi/dev/qume/src/routes/test/index.tsx",
"/Users/enricomattiazzi/dev/qume/src/tests/header.test.tsx",
"/Users/enricomattiazzi/dev/qume/src/declaration.d.ts",
"/Users/enricomattiazzi/dev/qume/src/types.ts",
"/Users/enricomattiazzi/dev/qume/src/components/button/style.css.d.ts",
"/Users/enricomattiazzi/dev/qume/src/components/container/style.css.d.ts",
"/Users/enricomattiazzi/dev/qume/src/components/header/style.css.d.ts",
"/Users/enricomattiazzi/dev/qume/src/components/multipleChoice/style.css.d.ts",
"/Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts",
"/Users/enricomattiazzi/dev/qume/src/style/index.css.d.ts",
"/Users/enricomattiazzi/dev/qume/src/utils/db.ts"
],
"options": {
"target": 1,
"module": 99,
"allowJs": true,
"jsx": 2,
"jsxFactory": "h",
"strict": true,
"moduleResolution": 2,
"esModuleInterop": true,
"configFilePath": "/Users/enricomattiazzi/dev/qume/tsconfig.json"
}
}
Info 77 [22:7:25.826] DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/dev/qume/src 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Wild card directory
Info 78 [22:7:25.832] Elapsed:: 6ms DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/dev/qume/src 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Wild card directory
Info 79 [22:7:25.832] Loading global plugin typescript-vscode-sh-plugin
Info 80 [22:7:25.832] Enabling plugin typescript-vscode-sh-plugin from candidate paths: /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features,/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js/../../..
Info 81 [22:7:25.833] Loading typescript-vscode-sh-plugin from /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features (resolved to /Applications/Visual Studio Code.app/Contents/Resources/app/extensions/typescript-language-features/node_modules)
Info 82 [22:7:25.839] typescript-vscode-sh-plugin initialized. Intercepting getEncodedSemanticClassifications and getEncodedSyntacticClassifications.
Info 83 [22:7:25.839] Plugin validation succeded
Info 84 [22:7:25.840] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/app.tsx 500 undefined Project: WatchType: Closed Script info
Info 85 [22:7:25.841] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/button/button.tsx 500 undefined Project: WatchType: Closed Script info
Info 86 [22:7:25.841] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/container/container.tsx 500 undefined Project: WatchType: Closed Script info
Info 87 [22:7:25.841] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/header/index.tsx 500 undefined Project: WatchType: Closed Script info
Info 88 [22:7:25.841] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/icons/iconLeft.tsx 500 undefined Project: WatchType: Closed Script info
Info 89 [22:7:25.842] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/icons/iconRight.tsx 500 undefined Project: WatchType: Closed Script info
Info 90 [22:7:25.842] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/multipleChoice/multipleChoice.tsx 500 undefined Project: WatchType: Closed Script info
Info 91 [22:7:25.842] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/sequence/sequence.tsx 500 undefined Project: WatchType: Closed Script info
Info 92 [22:7:25.842] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/context/context.tsx 500 undefined Project: WatchType: Closed Script info
Info 93 [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx 500 undefined Project: WatchType: Closed Script info
Info 94 [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/routes/test/index.tsx 500 undefined Project: WatchType: Closed Script info
Info 95 [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/tests/header.test.tsx 500 undefined Project: WatchType: Closed Script info
Info 96 [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/declaration.d.ts 500 undefined Project: WatchType: Closed Script info
Info 97 [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/types.ts 500 undefined Project: WatchType: Closed Script info
Info 98 [22:7:25.843] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/button/style.css.d.ts 500 undefined Project: WatchType: Closed Script info
Info 99 [22:7:25.844] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/container/style.css.d.ts 500 undefined Project: WatchType: Closed Script info
Info 100 [22:7:25.846] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/header/style.css.d.ts 500 undefined Project: WatchType: Closed Script info
Info 101 [22:7:25.846] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/components/multipleChoice/style.css.d.ts 500 undefined Project: WatchType: Closed Script info
Info 102 [22:7:25.847] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/style/index.css.d.ts 500 undefined Project: WatchType: Closed Script info
Info 103 [22:7:25.847] FileWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src/utils/db.ts 500 undefined Project: WatchType: Closed Script info
Info 104 [22:7:25.906] Starting updateGraphWorker: Project: /Users/enricomattiazzi/dev/qume/tsconfig.json
Info 105 [22:7:25.949] DirectoryWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Failed Lookup Locations
Info 106 [22:7:25.949] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/src 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Failed Lookup Locations
Info 107 [22:7:25.952] DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/dev/qume/node_modules 1 undefined Project: WatchType: node_modules for closed script infos in them
Info 108 [22:7:25.952] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/dev/qume/node_modules 1 undefined Project: WatchType: node_modules for closed script infos in them
Info 109 [22:7:25.978] DirectoryWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/node_modules 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Failed Lookup Locations
Info 110 [22:7:25.980] Elapsed:: 2ms DirectoryWatcher:: Added:: WatchInfo: /Users/enricomattiazzi/dev/qume/node_modules 1 undefined Project: /Users/enricomattiazzi/dev/qume/tsconfig.json WatchType: Failed Lookup Locations
Info 111 [22:7:26.721] DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules 1 undefined Project: WatchType: node_modules for closed script infos in them
Info 112 [22:7:26.721] Elapsed:: 0ms DirectoryWatcher:: Added:: WatchInfo: /users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules 1 undefined Project: WatchType: node_modules for closed script infos in them
Err 113 [22:7:27.692] Exception on executing command {"seq":13,"type":"request","command":"updateOpen","arguments":{"changedFiles":[],"closedFiles":["/Users/enricomattiazzi/dev/qume/src/components/app.tsx","/Users/enricomattiazzi/dev/qume/src/routes/home/index.tsx"],"openFiles":[{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts","fileContent":"// This file is automatically generated from your CSS. Any edits will be overwritten.\nexport const home: string;\nexport const panelTitle: string;\nexport const panel: string;\nexport const panelList: string;\nexport const panelListItem: string;\n","projectRootPath":"/Users/enricomattiazzi/dev/qume","scriptKindName":"TS"}]}}:
Cannot read property 'flags' of undefined
TypeError: Cannot read property 'flags' of undefined
at getPropertyOfObjectType (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:43172:22)
at getPropertyOfType (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:43734:24)
at getExternalModuleMember (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36533:46)
at getTargetOfImportSpecifier (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36594:28)
at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36652:28)
at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)
at getSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35459:38)
at resolveNameHelper (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35675:34)
at resolveName (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35659:20)
at resolveEntityName (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36834:26)
at getTargetOfAliasLikeExpression (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36623:29)
at getTargetOfExportAssignment (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36612:28)
at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36657:28)
at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)
at resolveSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36681:67)
at resolveExternalModuleSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:37065:36)
at getTargetOfNamespaceExportDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36599:28)
at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36659:28)
at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)
at resolveSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36681:67)
at mergeSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35262:42)
at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35371:47
at Map.forEach (<anonymous>)
at mergeSymbolTable (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35369:20)
at mergeModuleAugmentation (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35384:17)
at initializeTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:66980:25)
at Object.createTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35096:9)
at Object.getTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:99145:79)
at synchronizeHostData (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:136318:21)
at Proxy.getProgram (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:136400:13)
at ConfiguredProject.Project.updateGraphWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:140885:53)
at ConfiguredProject.Project.updateGraph (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:140828:42)
at ConfiguredProject.updateGraph (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:141756:63)
at ProjectService.createLoadAndUpdateConfiguredProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:143351:25)
at ProjectService.assignProjectToOpenedScriptInfo (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144206:44)
at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144501:107
at Object.mapDefined (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:562:30)
at ProjectService.applyChangesInOpenFiles (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144501:48)
at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145365:46)
at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88
at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)
at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)
at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)
at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)
at Interface.emit (events.js:200:13)
at Interface._onLine (readline.js:314:10)
at Interface._normalWrite (readline.js:459:12)
at Socket.ondata (readline.js:170:10)
at Socket.emit (events.js:200:13)
at addChunk (_stream_readable.js:294:12)
at readableAddChunk (_stream_readable.js:275:11)
at Socket.Readable.push (_stream_readable.js:210:10)
at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)
Info 114 [22:7:27.692] response:
{"seq":0,"type":"response","command":"updateOpen","request_seq":13,"success":false,"message":"Error processing request. Cannot read property 'flags' of undefined\nTypeError: Cannot read property 'flags' of undefined\n at getPropertyOfObjectType (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:43172:22)\n at getPropertyOfType (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:43734:24)\n at getExternalModuleMember (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36533:46)\n at getTargetOfImportSpecifier (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36594:28)\n at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36652:28)\n at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)\n at getSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35459:38)\n at resolveNameHelper (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35675:34)\n at resolveName (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35659:20)\n at resolveEntityName (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36834:26)\n at getTargetOfAliasLikeExpression (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36623:29)\n at getTargetOfExportAssignment (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36612:28)\n at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36657:28)\n at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)\n at resolveSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36681:67)\n at resolveExternalModuleSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:37065:36)\n at getTargetOfNamespaceExportDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36599:28)\n at getTargetOfAliasDeclaration (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36659:28)\n at resolveAlias (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36691:30)\n at resolveSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:36681:67)\n at mergeSymbol (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35262:42)\n at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35371:47\n at Map.forEach (<anonymous>)\n at mergeSymbolTable (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35369:20)\n at mergeModuleAugmentation (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35384:17)\n at initializeTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:66980:25)\n at Object.createTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:35096:9)\n at Object.getTypeChecker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:99145:79)\n at synchronizeHostData (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:136318:21)\n at Proxy.getProgram (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:136400:13)\n at ConfiguredProject.Project.updateGraphWorker (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:140885:53)\n at ConfiguredProject.Project.updateGraph (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:140828:42)\n at ConfiguredProject.updateGraph (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:141756:63)\n at ProjectService.createLoadAndUpdateConfiguredProject (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:143351:25)\n at ProjectService.assignProjectToOpenedScriptInfo (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144206:44)\n at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144501:107\n at Object.mapDefined (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:562:30)\n at ProjectService.applyChangesInOpenFiles (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:144501:48)\n at Session.handlers.ts.createMapFromTemplate._a.<computed> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:145365:46)\n at /Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:88\n at IOSession.Session.executeWithRequestId (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147099:28)\n at IOSession.Session.executeCommand (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147108:33)\n at IOSession.Session.onMessage (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:147132:35)\n at Interface.<anonymous> (/Users/enricomattiazzi/.vscode/extensions/ms-vscode.vscode-typescript-next-3.9.20200229/node_modules/typescript/lib/tsserver.js:148447:27)\n at Interface.emit (events.js:200:13)\n at Interface._onLine (readline.js:314:10)\n at Interface._normalWrite (readline.js:459:12)\n at Socket.ondata (readline.js:170:10)\n at Socket.emit (events.js:200:13)\n at addChunk (_stream_readable.js:294:12)\n at readableAddChunk (_stream_readable.js:275:11)\n at Socket.Readable.push (_stream_readable.js:210:10)\n at Pipe.onStreamRead (internal/stream_base_commons.js:166:17)"}
Info 115 [22:7:27.699] request:
{"seq":14,"type":"request","command":"getApplicableRefactors","arguments":{"file":"/Users/enricomattiazzi/dev/qume/src/routes/home/style.css.d.ts","startLine":1,"startOffset":1,"endLine":1,"endOffset":1}}
Info 116 [22:7:27.699] Starting updateGraphWorker: Project: /Users/enricomattiazzi/dev/qume/tsconfig.json
Extension version: 3.9.20200229
VS Code version: Code 1.42.1 (c47d83b293181d9be64f27ff093689e8e7aed054, 2020-02-11T14:44:27.652Z)
OS version: Darwin x64 19.2.0
System Info
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz (4 x 2300)|
|GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled|
|Load (avg)|4, 4, 5|
|Memory (System)|8.00GB (0.36GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|
VS Code version: Code 1.42.1 (c47d83b293181d9be64f27ff093689e8e7aed054, 2020-02-11T14:44:27.652Z)
OS version: Darwin x64 19.2.0
System Info
|Item|Value|
|---|---|
|CPUs|Intel(R) Core(TM) i5-7360U CPU @ 2.30GHz (4 x 2300)|
|GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled|
|Load (avg)|15, 6, 5|
|Memory (System)|8.00GB (0.34GB free)|
|Process Argv||
|Screen Reader|no|
|VM|0%|
Extensions (8)
Extension|Author (truncated)|Version
---|---|---
prettier-vscode|esb|3.20.0
vscode-npm|fkn|3.3.0
dotenv|mik|1.0.1
vscode-docker|ms-|0.10.0
vscode-language-pack-it|MS-|1.42.2
vscode-typescript-next|ms-|3.9.20200229
postcss|ric|2.0.0
quokka-vscode|Wal|1.0.280
(1 theme extensions excluded)
The fatal crash is from the last error: Cannot read property 'flags' of undefined
@ettzzi Can you share the project that causes this crash?
Hi @mjbvz I have just pushed this morning.
https://gitlab.com/emattiazzi/qume
Let me know if u see something wrong :)
It seems, the following code causes the bug
// declaration.d.ts
import { JSX } from "preact";
export = JSX;
export as namespace JSX;
I was able to reproduce the bug with the following test
// @filename: foo.d.ts
export = Foo;
export as namespace Foo;
declare namespace Foo {
function foo();
}
declare global {
namespace Bar {}
}
// @filename: bar.d.ts
import { Bar } from './foo';
export = Bar;
export as namespace Bar;
cc @sheetalkamat
I see this error using TS version 3.8.3.
Same problem here. Works in docker, does not work on my macbook.
Moving to 4.0 since this is going to be either breaking change with #37964 or needs some major changes in checker
Is there are any workaround for this? 4.0 scheduled for August. Maybe, it would be possible to at least get a proper error message, pointing to a problematic file?
I've figured the answer to my own question, posting it here in case it will help someone:
In my case, the problem seemed to appear only if both composite: true and module: none settings are enabled. In fact, any global namespace augmentation seem to cause the crash with this combination. Restoring either composite or module option to default value fixes the issue for me. In my case, I realised we don't really need module one.
I am also experiencing this Cannot read property 'flags' of undefined error when using create-react-app if I run the npm start command.
Most helpful comment
I see this error using TS version 3.8.3.