cquery-project / vscode-cquery

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

What is the purpose of the --language-server command line option? #44

Open HighCommander4 opened 6 years ago

HighCommander4 commented 6 years ago

When vscode-cquery launches the cquery language server, it passes the command-line option--language-server.

Does this serve a purpose? The server seems to work fine without it, and I can't find any code in the server that handles it.

jacobdufault commented 6 years ago

This is from a while ago, when cquery required --language-server to act as a language server. Running cquery alone would print help. --language-server was made default and is no longer needed.