main
黄海 1 year ago
parent 4e730ee9a6
commit 6d101fc83e

@ -77,7 +77,6 @@
"body": "\\Leftarrow ", "body": "\\Leftarrow ",
"description": "向左的箭头" "description": "向左的箭头"
}, },
"leftright": { "leftright": {
"prefix": "dj", "prefix": "dj",
"body": "\\Leftrightarrow ", "body": "\\Leftrightarrow ",
@ -364,6 +363,36 @@
"$\\Box $1 $" "$\\Box $1 $"
] ]
}, },
"一星": {
"prefix": "xing1",
"body": [
"★"
]
},
"二星": {
"prefix": "xing2",
"body": [
"★★"
]
},
"三星": {
"prefix": "xing3",
"body": [
"★★★"
]
},
"四星": {
"prefix": "xing4",
"body": [
"★★★★"
]
},
"五星": {
"prefix": "xing5",
"body": [
"★★★★★"
]
},
"Print to line number code": { "Print to line number code": {
"prefix": "cpp", "prefix": "cpp",
"body": [ "body": [
@ -379,15 +408,18 @@
"$\\overset{{\\frown}}{}$" "$\\overset{{\\frown}}{}$"
] ]
}, },
"矩阵":{"prefix":"jz","body": [ "矩阵": {
"prefix": "jz",
"body": [
"$\\begin{bmatrix}", "$\\begin{bmatrix}",
"& \\\\\\ ", "& \\\\\\ ",
"& ", "& ",
"\\end{bmatrix}$" "\\end{bmatrix}$"
]}, ]
"最大值带下面的范围":{ },
"prefix":"mx", "最大值带下面的范围": {
"body":[ "prefix": "mx",
"body": [
"$\\displaystyle \\max_{\\substack{v \\in son[u]}}$" "$\\displaystyle \\max_{\\substack{v \\in son[u]}}$"
] ]
} }

@ -30,4 +30,7 @@
"*.txt": true, "*.txt": true,
"*.xlsx": true "*.xlsx": true
}, },
"bitoAI.codeCompletion.enableAutoCompletion": true,
"bitoAI.codeCompletion.enableCommentToCode": true,
"editor.inlineSuggest.showToolbar": "always",
} }
Loading…
Cancel
Save