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

vscode-json-languageserver support #4164

Merged
merged 12 commits into from
Apr 30, 2022
Merged

Commits on Apr 22, 2022

  1. vscode-json-languageserver-bin support

    VSCode JSON languageserver has schema support for linting and
    completions.
    
    I have enabled snippets support (`snippetSupport`) even if it is not
    fully supported. `label` that comes with completions response can be
    used as well.
    daliusd committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    3c68a7a View commit details
    Browse the repository at this point in the history
  2. Test fix.

    daliusd committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    549994f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. vscode-json-languageserver instead of vscode-json-languageserver-bin

    vscode-json-languageserver is more up-to-date (about 1 year old),
    vscode-json-languageserver-bin is 4 years old.
    daliusd committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    81738da View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Use git root.

    daliusd committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    ee1877b View commit details
    Browse the repository at this point in the history
  2. Documentation update.

    daliusd committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    b4d471f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16ae9a View commit details
    Browse the repository at this point in the history
  4. One more attempt

    daliusd committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    0299c0f View commit details
    Browse the repository at this point in the history
  5. One more attempt

    daliusd committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    41ef5ae View commit details
    Browse the repository at this point in the history
  6. Uppercase seems to win.

    daliusd committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    d4828d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Clean-up

    daliusd committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    a0a0927 View commit details
    Browse the repository at this point in the history
  2. Clean-up 2

    daliusd committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    b1b346a View commit details
    Browse the repository at this point in the history
  3. Test removed.

    daliusd committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    25802d3 View commit details
    Browse the repository at this point in the history