feat: support leading cert from custom path

This commit is contained in:
Mythie
2023-05-27 01:07:07 +10:00
parent ae0799168a
commit 32f904ad68
4 changed files with 28 additions and 9 deletions

14
.vscode/settings.json vendored
View File

@@ -13,7 +13,13 @@
"editor.codeActionsOnSave": {
"source.removeUnusedImports": false
},
"typescript.tsdk": "node_modules\\typescript\\lib",
"spellright.language": ["de"],
"spellright.documentTypes": ["markdown", "latex", "plaintext"]
}
"typescript.tsdk": "node_modules/typescript/lib",
"spellright.language": [
"de"
],
"spellright.documentTypes": [
"markdown",
"latex",
"plaintext"
]
}