Skip to content
New issue

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

Can not format via ssh: There is no formatter for 'cpp'-files installed. #89

Closed
mohsenomidi opened this issue Jun 16, 2019 · 1 comment

Comments

@mohsenomidi
Copy link

Hi,
I am using vscode for my C++ project, i installed the Clang-Format version (1.9.0) i works fine when i open the file from my local drive.

But i am using "Kelvin Schoofs(SSH FS) version (1.16.2) extension for my remote code on the Linux machine, after opening the C++ file from sshfs work-space, and trying to format my C++ document, it returns "There is no formatter for 'cpp'-files installed."

how can i fix this behavior for remote code "i mentioned again: formatting works properly for local files"

Regards.

@edwincarlson
Copy link

Try installing clang-format on your remote server.
sudo apt install clang-format

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants