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

Merge RustLSP vscode types here #1

Merged
merged 6 commits into from
Oct 26, 2016

Commits on Oct 24, 2016

  1. ignore eclipse project

    bruno-medeiros committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    989e73f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b407464 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2016

  1. Merged RustLSP lsp-types changes:

    Added constants with request names (and doc)
    
    TextDocumentItem language_id and version are optional.
    Added InitializeParams.initializationOptions.
    More internal doc about how types that use extension are mapped in Rust.
    Made ClientCapabilities into Value istead of empty object.
    
    Added some changes that were added to LSP in last few monhts:
      Added CompletionItem.additional_text_edits
      Added CompletionItem.command
      
      SignatureInformation.documentation is optional
      SymbolInformation.container_name is optional
      Added DocumentFormattingParams
      Added DocumentRangeFormattingParams
      Added DocumentOnTypeFormattingParams
    bruno-medeiros committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    7edff47 View commit details
    Browse the repository at this point in the history
  2. Fix uses of skip_serializing_if:

    #[serde(skip_serializing_if="Vec::is_empty")]
    #[serde(skip_serializing_if="String::is_empty")]
    bruno-medeiros committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    82de07a View commit details
    Browse the repository at this point in the history
  3. Normalize const names.

    bruno-medeiros committed Oct 25, 2016
    Configuration menu
    Copy the full SHA
    2019566 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a71d84f View commit details
    Browse the repository at this point in the history