cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

Add option to disable formatting #34

Closed LeszekSwirski closed 6 years ago

LeszekSwirski commented 6 years ago

Since people may want to use other formatting plugins, add an option to disable formatting via a middleware intercept.

LeszekSwirski commented 6 years ago

Does cquery already have that as a server option? Or are you suggesting I add it to the server too?

jacobdufault commented 6 years ago

You'd have to add it to the server - the advantage of adding it to the server is that every client benefits from the feature.