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
{{ message }}
This repository has been archived by the owner on Jul 17, 2019. It is now read-only.
I really like your project, it makes developing in VSCode for ROS so much nicer.
Unfortunately our team uses a different formatting style, which means, that I always need to disable this plugin, because it messes with the c/c++ formatting build into VSCode.
Would you be open to adding a option, which would allow to disable formatting?
I have the same problem. The official cpp extension for vscode has clang-format support and want to use that one with my own config. This extension now conflicts with it. My temporary workaround is to open ~/.vscode/extensions/ajshort.ros-0.3.0/out/src/extension.js in an editor and comment out line 51:
//context.subscriptions.push(vscode.languages.registerDocumentFormattingEditProvider("cpp", new cpp_formatter_1.default()));
Hi :)
I really like your project, it makes developing in VSCode for ROS so much nicer.
Unfortunately our team uses a different formatting style, which means, that I always need to disable this plugin, because it messes with the c/c++ formatting build into VSCode.
Would you be open to adding a option, which would allow to disable formatting?
(This is also loosely related to #18 )
The text was updated successfully, but these errors were encountered: