Update dependency svelte-language-server to v0.17.24#165
Update dependency svelte-language-server to v0.17.24#165renovate[bot] wants to merge 3 commits intomasterfrom
Conversation
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
|
Following are the settings schema changes between tags All changes in schema--- [email protected]
+++ [email protected]
@@ -473,7 +473,14 @@
"keyword.operator.bitwise.shift",
"meta.brace.angle",
"punctuation.definition.tag"
- ]
+ ],
+ "tokenTypes": {
+ "punctuation.definition.template-expression": "other",
+ "entity.name.type.instance.jsdoc": "other",
+ "entity.name.function.tagged-template": "other",
+ "meta.import string.quoted": "other",
+ "variable.other.jsdoc": "other"
+ }
},
{
"scopeName": "svelte.pug", |
|
The workflow actions is neat :) Now, I am not sure if we need do with I am gonna investigate a bit on what If that is the case, I think I can use LSP's |
This PR contains the following updates:
0.17.23→0.17.24Release Notes
sveltejs/language-tools (svelte-language-server)
v0.17.24Compare Source
Patch Changes
perf: only parse html once in a batch update (#2923)
feat: support emmet.extensionsPath config (#2918)
feat: custom element JSDoc documentation for completion/hover (#2879)
fix: compatibility with prettier-plugin-tailwindcss in monorepo (#2925)
Updated dependencies [
e2f09eb]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.