Update .logseq/config/plugins.edn

Update Library/Application Support/Code/User/settings.json
This commit is contained in:
Florian Beisel 2024-06-12 22:27:53 +02:00
parent 1100444400
commit a2ff4f2f85
2 changed files with 15 additions and 2 deletions

View File

@ -1,2 +1,3 @@
{:logseq-bujo-theme {:version "1.3.5", :repo "stdword/logseq-bujo-theme", :effect false, :theme true}
:logseq-bullet-threading {:version "v1.1.4", :repo "pengx17/logseq-plugin-bullet-threading", :effect false, :theme false}}
:logseq-bullet-threading {:version "v1.1.4", :repo "pengx17/logseq-plugin-bullet-threading", :effect false, :theme false}
:logseq-markdown-table {:version "v1.8.1", :repo "haydenull/logseq-plugin-markdown-table", :effect false, :theme false}}

View File

@ -48,5 +48,17 @@
"projectManager.groupList": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"git.openRepositoryInParentFolders": "always",
"javascript.inlayHints.enumMemberValues.enabled": true,
"javascript.inlayHints.functionLikeReturnTypes.enabled": true,
"javascript.inlayHints.parameterTypes.enabled": true,
"javascript.inlayHints.parameterNames.enabled": "literals",
"javascript.inlayHints.variableTypes.enabled": true,
"typescript.inlayHints.parameterTypes.enabled": true,
"typescript.inlayHints.propertyDeclarationTypes.enabled": true,
"typescript.inlayHints.enumMemberValues.enabled": true,
"typescript.inlayHints.functionLikeReturnTypes.enabled": true,
"typescript.inlayHints.parameterNames.enabled": "literals",
"go.inlayHints.parameterNames": true
}