增加 rust 与 bore 笔记

This commit is contained in:
2022-04-21 18:57:43 +08:00
parent 5968189cd3
commit 1448da0af1
3 changed files with 114 additions and 0 deletions

View File

@@ -22,4 +22,11 @@
"pasteImage.path": "${currentFileDir}/images",
"pasteImage.showFilePathConfirmInputBox": true,
"prettier.singleQuote": false,
"spellright.language": [
"zh-CN"
],
"spellright.documentTypes": [
"latex",
"plaintext"
],
}