-
Notifications
You must be signed in to change notification settings - Fork 769
Open
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience
Description
Extension Version
0.20251204.1
VS Code Version
1.103.1
Operating system Version
Windows Server 2019/RedHat Enterprise Linux 8
Steps to reproduce
- This is an air-gapped environment; VSCode installed in Windows 2019 w/Remote SSH into RHEL 8
npm install -g @typescript/native-previewtsgoworks as expected; checking my code with--noemitwas 4 times faster than tsc!- Try enabling the extension with
TypeScript Native Preview: Enable (Experimental) - The
OUTPUTtab shows multiple errors fortypescript-native-preview
Issue
Expected the extension to launch. Perhaps it does not work in an offline or air-gapped environment.
Instead, I received multiple pop-up errors for the extension. Checking the output tab shows:
Client typescript.native-preview-lsp: connection to server is erroring.
write EPIPE
Shutting down server.
Server initialization failed.
Message: write EPIPE
Code: -32099
Connection to server got closed. Server will restart.
true
/home/username/.vscode-server/extensions/typescriptteam.native-preview-0.20251204.1/lib/tsgo: cannot execute binary file
Server process exited with code 126.
Server initialization failed.
Message: Pending response rejected since connection got disposed
Code: -32097Metadata
Metadata
Assignees
Labels
Domain: EditorRelated to the LSP server, editor experienceRelated to the LSP server, editor experience