Unfortunately still the same.
There was no output with this command grep pku /proc/cpuinfo.
Not sure if it helps, but I’m putting the logs as I see in the Output. The “Canceled request” is new now.
2026-03-19 12:51:57.696 [info] Starting TS Server
2026-03-19 12:51:57.696 [info] Using tsserver from: /home/sol/.cursor-server/bin/linux-x64/b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760/extensions/node_modules/typescript/lib/tsserver.js
2026-03-19 12:51:57.696 [info] <syntax> Falling back to legacy node.js based file watching because of user settings.
2026-03-19 12:51:57.696 [info] <syntax> Trace directory: /home/sol/.cursor-server/data/logs/20260319T084800/exthost3/vscode.typescript-language-features/tsserver-syntax-log-H4F5VG
2026-03-19 12:51:57.696 [info] <syntax> Forking...
2026-03-19 12:51:57.696 [info] <syntax> Starting...
2026-03-19 12:51:57.696 [info] <semantic> Falling back to legacy node.js based file watching because of user settings.
2026-03-19 12:51:57.696 [info] <semantic> Trace directory: /home/sol/.cursor-server/data/logs/20260319T084800/exthost3/vscode.typescript-language-features/tsserver-semantic-log-C1AyQk
2026-03-19 12:51:57.696 [info] <semantic> Forking...
2026-03-19 12:51:57.696 [info] <semantic> Starting...
2026-03-19 12:51:57.696 [info] <syntax> Sending request: configure (0). Response expected: no. Current queue length: 0 {
"hostInfo": "vscode",
"preferences": {
"providePrefixAndSuffixTextForRename": true,
"allowRenameOfImportPath": true,
"includePackageJsonAutoImports": "auto",
"excludeLibrarySymbolsInNavTo": true
},
"watchOptions": {
"watchFile": "useFsEvents",
"watchDirectory": "useFsEvents",
"fallbackPolling": "dynamicPriorityPolling",
"synchronousWatchDirectory": true
}
}
2026-03-19 12:51:57.696 [info] <semantic> Sending request: configure (0). Response expected: no. Current queue length: 0 {
"hostInfo": "vscode",
"preferences": {
"providePrefixAndSuffixTextForRename": true,
"allowRenameOfImportPath": true,
"includePackageJsonAutoImports": "auto",
"excludeLibrarySymbolsInNavTo": true
},
"watchOptions": {
"watchFile": "useFsEvents",
"watchDirectory": "useFsEvents",
"fallbackPolling": "dynamicPriorityPolling",
"synchronousWatchDirectory": true
}
}
2026-03-19 12:51:57.696 [info] <semantic> Sending request: compilerOptionsForInferredProjects (1). Response expected: no. Current queue length: 0 {
"options": {
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ES2022",
"jsx": "react",
"allowImportingTsExtensions": true,
"strictNullChecks": true,
"strictFunctionTypes": true,
"sourceMap": true,
"allowJs": true,
"allowSyntheticDefaultImports": true,
"allowNonTsExtensions": true,
"resolveJsonModule": true
}
}
2026-03-19 12:51:57.911 [error] TSServer exited. Code: 1. Signal: null
2026-03-19 12:52:04.079 [info] <syntax> Canceled request with sequence number 6
2026-03-19 12:52:04.080 [info] <syntax> Canceled request with sequence number 7
2026-03-19 12:52:04.081 [info] <syntax> Canceled request with sequence number 8
2026-03-19 12:52:04.081 [info] <syntax> Canceled request with sequence number 9
Also, this is how I’ve added in the script of the commit I saw here /home/sol/.cursor-server/bin/linux-x64/b29eb4ee5f9f6d1cb2afbc09070198d3ea6ad760/extensions/node_modules/typescript/lib/tsserver.js
export NODE_OPTIONS="--no-node-snapshot --jitless"
"$ROOT/node" ${INSPECT:-} "$ROOT/out/server-main.js" "$@"
I see 2 more in ~/.cursor-server/bin/linux-x64. Just fyi.