You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
WebCAD/.vscode/wallaby.code-snippets

19 lines
372 B

{
"fileony": {
"scope": "typescript",
"prefix": "fileony",
"body": [
"// file.only",
],
"description": "仅测试本文件"
},
"fileskip": {
"scope": "typescript",
"prefix": "fileony",
"body": [
"// file.skip",
],
"description": "跳过本文件"
},
}