- 5207eceb: Fix
DataCloneError
on Safari by serializing theResponseError
before sending it to the worker.
- 0b7534b: Add way to pass LSP initialization options to the server with the initialize request
- 4b574c1: Expose language client in CodeMirrorLanguageClient
- 42c76d9: Add support for LSP Document Highlight requests
-
8e3c7e2: Breaking: add
getDefaultSchema{Locale,Translations}(Factory)?
dependenciesTo be used to power
MatchingTranslations
for Schema translations.To be used to power Schema translations code completion and hover in section and theme block
{% schema %}
JSON blobs.
- d91e2e3: Add snippet completion support
- d91e2e3: Respect the trigger characters server capability
- d91e2e3: Add completion context to the completion requests
- a9ed3d7: Add
CompletionList
return type support in completion handler
- 8451075:
package.json
and README cleanups
- 16a3707: Add LSP Hover support
-
73a65e0: Add
{ shouldLint, shouldComplete }
optional params to CodeMirrorLanguageClient's .extension method- This way linting and completions become optional features that can be turned off / experimented on
-
0ca7963: Add
diagnosticRenderer
and option overrides to public API of CodeMirrorLanguageClient -
73a65e0: Add Completion Support
- 962adac: Hello world
- Squiggly line mistery-final.psd
- Squiggly line mistery resolution: bazooka edition
- Fix squiggly line disappearing on odd user interactions
- Unhardcode the logger
- Split output into UMD & ESM for webpack/jest support
- Fix ghost diagnostics issue with linter#needsRefresh
- 36158bb: Initial release