Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
OS/Web Information
- Web Browser:Edge
- Local OS:Windows
- Remote OS:Debian
- Remote Architecture:amd64
code-server --version
:4.100.2
Steps to Reproduce
1.code-server --install-extension
2.
3.
Expected
I successfully installed the extension using the "code-server --install-extension ~/ms-vscode.cpptools" command, but the error message shows that the C/C++ extension can only be used with Microsoft Visual Studio, Visual Studio for Mac, Visual Studio Code, Azure DevOps, Team Foundation Server and later Microsoft products and services to develop and test your applications.
Actual
Extensions don't work properly, and I can't find a suitable extension to replace them in C++, especially because of the lack of code completion
Logs
camellia@Dream-party:~/projects$ code-server --install-extension /home/camellia/vsix/cpptools-linux-x64.vsix
正在 vsc.molirain.vip 上安装扩展…
已成功安装扩展“cpptools-linux-x64.vsix”。
camellia@Dream-party:~/projects$
Screenshot/Video
Does this bug reproduce in native VS Code?
No, this works as expected in native VS Code
Does this bug reproduce in GitHub Codespaces?
No, this works as expected in GitHub Codespaces
Are you accessing code-server over a secure context?
- I am using a secure context.
Notes
No response