Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser: google chrome
- Local OS: ubuntu
- Remote OS: ubuntu
- Remote Architecture: amd64
code-server --version
: 1.64.2
Steps to Reproduce
- yo code to create a new vscode plugin
- Start debug the extension
- vscode in new window shows
Activating extension 'vscode.typescript-language-features' failed: Could not find bundled tsserver.js
VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code
Source: Typescript and Javascript Language Features (Extension)
Expected
should not happen
Actual
- vscode in new window shows
Activating extension 'vscode.typescript-language-features' failed: Could not find bundled tsserver.js
VS Code's tsserver was deleted by another application such as a misbehaving virus detection tool. Please reinstall VS Code
Source: Typescript and Javascript Language Features (Extension)
Logs
No response
Screenshot/Video
No response
Does this issue happen in VS Code?
- I cannot reproduce this in VS Code.
Are you accessing code-server over HTTPS?
- I am using HTTPS.
Notes
I had tried to go into /usr/lib/code-server and run yarn, but no luck, where is tsserver.js?