puppet-editor-services icon indicating copy to clipboard operation
puppet-editor-services copied to clipboard

Add guards for incompatible parameters in language server

Open glennsarti opened this issue 7 years ago • 0 comments

With https://github.com/lingua-pupuli/puppet-vscode/pull/188 merged we need to update options parser so that incompatible options throw errors.

i.e.

  • Can't use ip or port with the stdio transport
  • Can't use --debug=STDOUT with the stdio transport

Relates to https://github.com/lingua-pupuli/puppet-vscode/pull/187

https://github.com/lingua-pupuli/puppet-vscode/issues/191

glennsarti avatar Apr 30 '18 06:04 glennsarti