We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Type: Bug
Info 0 [15:37:37.375] Starting TS Server Info 1 [15:37:37.375] Version: 5.4.5 Info 2 [15:37:37.375] Arguments: C:\Users\Ritch\AppData\Local\Programs\Microsoft VS Code\Code.exe c:\Users\Ritch\Documents\GitHub\BitCoding-finalproject-back.yarn\sdks\typescript\lib\tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName C:\Users\Ritch\AppData\Local\Temp\vscode-typescript\f26fdf56ee121fbb4386\tscancellation-8b780949653a97dc03cf.tmp* --logVerbosity verbose --logFile c:\Users\Ritch\AppData\Roaming\Code\logs\20240517T153729\window1\exthost\vscode.typescript-language-features\tsserver-log-R8JPGn\tsserver.log --locale en --noGetErrOnBackgroundUpdate --canUseWatchEvents --validateDefaultNpmLocation --useNodeIpc Info 3 [15:37:37.376] Platform: win32 NodeVersion: v18.18.2 CaseSensitive: true Info 4 [15:37:37.376] ServerMode: undefined hasUnknownServerMode: undefined Info 5 [15:37:37.381] Binding... Info 6 [15:37:37.405] FileWatcher:: Added:: WatchInfo: c:\Users\Ritch\Documents\GitHub\BitCoding-finalproject-back.pnp.cjs 250 undefined WatchType: Config file
It's all I got from log file. I don't know where it crashes. I already clean installed it and moved another machine.
VS Code version: Code 1.89.1 (dc96b83, 2024-05-07T05:13:33.891Z) OS version: Windows_NT x64 10.0.22631 Modes:
vsliv368:30146709 vspor879:30202332 vspor708:30202333 vspor363:30204092 tftest:31042121 vswsl492:30256859 vstes627:30244334 vscoreces:30445986 vscod805cf:30301675 binariesv615:30325510 vsaa593cf:30376535 py29gd2263:31024239 c4g48928:30535728 azure-dev_surveyone:30548225 2i9eh265:30646982 962ge761:30959799 pythongtdpath:30769146 welcomedialog:30910333 pythonidxpt:30866567 pythonnoceb:30805159 asynctok:30898717 pythontestfixt:30902429 pythonregdiag2:30936856 pythonmypyd1:30879173 pythoncet0:30885854 h48ei257:31000450 pythontbext0:30879054 accentitlementst:30995554 dsvsc016:30899300 dsvsc017:30899301 dsvsc018:30899302 cppperfnew:31000557 dsvsc020:30976470 pythonait:31006305 chatpanelc:31048052 dsvsc021:30996838 f3je6385:31013174 pythoncenvpt:31049070 a69g1124:31046351 pythonprc:31047982 dwnewjupyter:31046869 fa862199:31048878
The text was updated successfully, but these errors were encountered:
I downgraded typescript on yarn. It works well with 5.3.3, but it doesn't work for 5.4.5.
Sorry, something went wrong.
What I only did is
yarn init -2 yarn add -D [email protected] yarn dlx @yarnpkg/sdks vscode touch index.ts
I tested everything including clean install(even os), and disabling all extensions.
This is caused by yarn: yarnpkg/berry#6270
mjbvz
No branches or pull requests
Type: Bug
Info 0 [15:37:37.375] Starting TS Server
Info 1 [15:37:37.375] Version: 5.4.5
Info 2 [15:37:37.375] Arguments: C:\Users\Ritch\AppData\Local\Programs\Microsoft VS Code\Code.exe c:\Users\Ritch\Documents\GitHub\BitCoding-finalproject-back.yarn\sdks\typescript\lib\tsserver.js --useInferredProjectPerProjectRoot --enableTelemetry --cancellationPipeName C:\Users\Ritch\AppData\Local\Temp\vscode-typescript\f26fdf56ee121fbb4386\tscancellation-8b780949653a97dc03cf.tmp* --logVerbosity verbose --logFile c:\Users\Ritch\AppData\Roaming\Code\logs\20240517T153729\window1\exthost\vscode.typescript-language-features\tsserver-log-R8JPGn\tsserver.log --locale en --noGetErrOnBackgroundUpdate --canUseWatchEvents --validateDefaultNpmLocation --useNodeIpc
Info 3 [15:37:37.376] Platform: win32 NodeVersion: v18.18.2 CaseSensitive: true
Info 4 [15:37:37.376] ServerMode: undefined hasUnknownServerMode: undefined
Info 5 [15:37:37.381] Binding...
Info 6 [15:37:37.405] FileWatcher:: Added:: WatchInfo: c:\Users\Ritch\Documents\GitHub\BitCoding-finalproject-back.pnp.cjs 250 undefined WatchType: Config file
It's all I got from log file. I don't know where it crashes. I already clean installed it and moved another machine.
VS Code version: Code 1.89.1 (dc96b83, 2024-05-07T05:13:33.891Z)
OS version: Windows_NT x64 10.0.22631
Modes:
System Info
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
Extensions (1)
A/B Experiments
The text was updated successfully, but these errors were encountered: