coc-extensions / coc-powershell

PowerShellEditorService integration for coc.vim
MIT License
58 stars 9 forks source link

Bump coc.nvim from 0.0.77 to 0.0.79 #127

Open dependabot[bot] opened 3 years ago

dependabot[bot] commented 3 years ago

Bumps coc.nvim from 0.0.77 to 0.0.79.

Release notes

Sourced from coc.nvim's releases.

v0.0.79

  • Rework fetch and download module.
  • Add diagnostic.locationlistUpdate configuration.
  • Add :CocDiagnostics command.
  • Add :CocFirst and :CocLast commands.
  • Add listDescriptions action.
  • Add diagnosticToggle action.
  • Add coc#util#close_floats() coc#util#float_hide() functions.
  • Add version check warnings on startup.
  • Add <Plug>(coc-codeaction-line).
  • Add fixAll & organizeImport action
  • Add installBuffer for extension install & update.
  • Add workspace.expand for expand variables and ~.
  • Support g:coc_sources_disable_map.
  • Support http.proxyAuthorization configuration.
  • Support parse JSON response for fetch module.
  • Support g:coc_disable_uncaught_error.
  • Support preview for signature.target.
  • Support multiple completion registration.
  • Support multiple final placeholder with value.
  • Disable key-mapping when jump to final placeholder.
  • Support disableSnippetCompletion for languageserver configuration.
  • Support --no-quite --no-resize --first command arguments for CocList.
  • Support COC_NODE_PATH environment variable.
  • Support b:coc_diagnostic_disable
  • Support toggle codeLens.
  • Support listOfWorkspaceEdit configuration.
  • Support list.source.symbols.excludes configuration.
  • Support g:node_client_debug for enable connection log.
  • Support coc.preferences.maxFileSize configuration.
  • Support g:coc_disable_transparent_cursor.
  • Use popup_dialog for prompt when possible.

BREAK CHANGES

  • Remove automatic change locationlist on diagnostics change.
  • Remove diagnostic.locationlist configration.
  • Options of fetch and download module changed.
  • coc#util#install() will run yarn install --frozen-lockfile command to compile the code instead of fetch javascript file from github.
  • suggest.triggerCompletionWait now used for debounce completion instead of completion wait time of language server.
  • <Plug>(coc-codeaction) use entire buffer as range, not current line.
  • Show diagnostic virtualText for current line only.
  • Remove timeout error for request to coc.nvim.
  • Changed signature of document.applyEdit method.
  • Show warning for node < 10.12.0.
  • Unnecessary workspaceSymbols action is removed.
  • textprop and popup features of vim8 not work on vim <= 8.1.1719.
  • coc.preferences.extensionUpdateCheck is never by default,
  • Jump to final placeholder of snippet unmap navigate keys, like VSCode.

... (truncated)

Commits
  • 6242534 Release v0.0.79
  • 86d9ab6 feat(download): add unzip support
  • ba5eacd feat(diagnostic): support diagnostic.locationlistUpdate
  • f15b918 fix(snippet): cancel completion on placeholder jump
  • 0819043 feat(fetch): add http.proxyAuthorization configuration
  • 03f814f fix: duplicated diagnostics after undo (#2280)
  • 9b81574 zN<CR> only if preview window is a horizontal split (#2306)
  • 4ed76a5 chore(fetch): use http as default proxy protocol
  • 3dd7d8d fix(list): avoid undefined listWindow
  • 52c18ce fix(complete): check if word is string
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually