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

fix(schema.json): Added schema for coc.preference.renameFillCurrent #3553

Merged

Conversation

cpearce-py
Copy link
Contributor

I tweaked the functionality to the rename feature in this PR (#3528).
It relies on the coc.preferences.renameFillCurrent setting in coc-preferences.json.
I missed adding this new key to schema.json so LSP support wasn't
working while editing coc-preferences.json. Hopefully this fixes that.
Thanks

I added the renameFillCurrent functionality in this PR (neoclide#3528)
Missed adding the updates to the schema.json so LSP support wasn't
working while editing coc-preferences.json. Hopefully this fixes that.
@codecov
Copy link

codecov bot commented Jan 7, 2022

Codecov Report

Merging #3553 (5013d2f) into master (3aeeb52) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3553   +/-   ##
=======================================
  Coverage   74.72%   74.72%           
=======================================
  Files         191      191           
  Lines       19554    19554           
  Branches     4384     4384           
=======================================
  Hits        14612    14612           
+ Misses       3166     3161    -5     
- Partials     1776     1781    +5     
Impacted Files Coverage Δ
src/extensions.ts 57.97% <0.00%> (-0.50%) ⬇️
src/handler/semanticTokensHighlights/buffer.ts 73.20% <0.00%> (+1.96%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3aeeb52...5013d2f. Read the comment docs.

@fannheyward fannheyward merged commit 6715c5b into neoclide:master Jan 7, 2022
@cpearce-py cpearce-py deleted the fix/renameFillCurrent-schema branch January 7, 2022 01:53
chemzqm added a commit that referenced this pull request Jan 11, 2022
e8bbb87 feat(handler): change priority of document highlight
8f2a2dc better grammar (#3551)
6715c5b fix(schema.json): Added schema for coc.preference.renameFillCurrent (#3553)
3aeeb52 fix(doc): Typos (#3550)
c7a20c8 refactor(completion): latestInsertChar alwayes to true (#3536)
77fb25a fix(sources): fix absolute filepath check on windows
7f2dd00 refactor(completion): support b:coc_disabled_sources
947589b chore(api): avoid unnecessary check
4a1cc23 fix(document): fix document change event not fired
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants