You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Microsoft official C++ extension does not work with code-server. Here is the output from the output tab in vscode
[Error - 12:07:38 AM] Connection to server got closed. Server will not be restarted.
/home/delta/.local/share/code-server/extensions/ms-vscode.cpptools-1.1.1/bin/cpptools: 7: Syntax error: word unexpected (expecting ")")
After this message appears I am unable to use my terminal window within vscode.
This extension works on a local installation of vscode.
The problem is that code-server somehow installs the arm version of the C/C++ extension. To install the correct version, go to https://github.com/microsoft/vscode-cpptools to download and install the correct .vsix for your server.
The Microsoft official C++ extension does not work with code-server. Here is the output from the
output
tab in vscodeAfter this message appears I am unable to use my terminal window within vscode.
This extension works on a local installation of vscode.
code-server version
: 3.6.2 9bde62fThe text was updated successfully, but these errors were encountered: