Hey team! Do you know why I get this error when adding some folders to jsconfig.json? I have a list of 10 folders included in jsconfig.json includes section and had to disable 4 folders to get find references to work.
TypeScript Server Error (5.3.3)\nNo Project.\nError: No Project
Complete Error
{
"message":"<semantic> TypeScript Server Error (5.3.3)\nNo Project.\nError: No Project.\n at Object.ThrowNoProject (/Users/aashishsharma/Library/Caches/Sublime Text/Package Storage/LSP-typescript/18.18.1/typescript-language-server/node_modules/typescript/lib/tsserver.js:175373:11)\n at IpcIOSession.getProjects (/Users/aashishsharma/Library/Caches/Sublime Text/Package Storage/LSP-typescript/18.18.1/typescript-language-server/node_modules/typescript/lib/tsserver.js:184278:21)\n at IpcIOSession.getReferences (/Users/aashishsharma/Library/Caches/Sublime Text/Package Storage/LSP-typescript/18.18.1/typescript-language-server/node_modules/typescript/lib/tsserver.js:184342:27)\n at references (/Users/aashishsharma/Library/Caches/Sublime Text/Package Storage/LSP-typescript/18.18.1/typescript-language-server/node_modules/typescript/lib/tsserver.js:182868:43)\n at /Users/aashishsharma/Library/Caches/Sublime Text/Package Storage/LSP-typescript/18.18.1/typescript-language-server/node_modules/typescript/lib/tsserver.js:185375:69\n at IpcIOSession.executeWithRequestId (/Users/aashishsharma/Library/Caches/Sublime Text/Package Storage/LSP-typescript/18.18.1/typescript-language-server/node_modules/typescript/lib/tsserver.js:185367:14)\n at IpcIOSession.executeCommand (/Users/aashishsharma/Library/Caches/Sublime Text/Package Storage/LSP-typescript/18.18.1/typescript-language-server/node_modules/typescript/lib/tsserver.js:185375:29)\n at IpcIOSession.onMessage (/Users/aashishsharma/Library/Caches/Sublime Text/Package Storage/LSP-typescript/18.18.1/typescript-language-server/node_modules/typescript/lib/tsserver.js:185417:51)\n at process.<anonymous> (/Users/aashishsharma/Library/Caches/Sublime Text/Package Storage/LSP-typescript/18.18.1/typescript-language-server/node_modules/typescript/lib/tsserver.js:186999:14)\n at process.emit (node:events:517:28)\n at emit (node:internal/child_process:944:14)\n at process.processTicksAndRejections (node:internal/process/task_queues:83:21)",
"code":1
}
Hey team! Do you know why I get this error when adding some folders to jsconfig.json? I have a list of 10 folders included in jsconfig.json includes section and had to disable 4 folders to get find references to work.
Complete Error