From 21db0e35105ddff3c9a4ea9e90bc060e620d21bf Mon Sep 17 00:00:00 2001 From: xujian Date: Tue, 3 Jan 2023 09:04:20 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=A3=80=E6=9F=A5=E5=B7=A5=E5=85=B7/.keep?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 "\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/.keep" diff --git "a/\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/.keep" "b/\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/.keep" deleted file mode 100644 index e69de29..0000000 -- Gitee From a4707e777c1aa773ee38255aa162fae8436e72e9 Mon Sep 17 00:00:00 2001 From: xujian Date: Tue, 3 Jan 2023 09:05:17 +0000 Subject: [PATCH 2/3] =?UTF-8?q?add=20=E4=BB=A3=E7=A0=81=E6=A3=80=E6=9F=A5?= =?UTF-8?q?=E5=B7=A5=E5=85=B7/vscode=E6=8F=92=E4=BB=B6codecheck=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E8=B0=83=E7=A0=94.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xujian --- ...6codecheck\344\275\277\347\224\250\350\260\203\347\240\224.md" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/vscode\346\217\222\344\273\266codecheck\344\275\277\347\224\250\350\260\203\347\240\224.md" diff --git "a/\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/vscode\346\217\222\344\273\266codecheck\344\275\277\347\224\250\350\260\203\347\240\224.md" "b/\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/vscode\346\217\222\344\273\266codecheck\344\275\277\347\224\250\350\260\203\347\240\224.md" new file mode 100644 index 0000000..e69de29 -- Gitee From 2912ab24062566ecf6c1b7cfaa52aa3e3fd18423 Mon Sep 17 00:00:00 2001 From: xujian Date: Tue, 3 Jan 2023 09:12:33 +0000 Subject: [PATCH 3/3] =?UTF-8?q?update=20=E4=BB=A3=E7=A0=81=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E5=B7=A5=E5=85=B7/vscode=E6=8F=92=E4=BB=B6codecheck?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=B0=83=E7=A0=94.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xujian --- ...4\275\277\347\224\250\350\260\203\347\240\224.md" | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git "a/\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/vscode\346\217\222\344\273\266codecheck\344\275\277\347\224\250\350\260\203\347\240\224.md" "b/\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/vscode\346\217\222\344\273\266codecheck\344\275\277\347\224\250\350\260\203\347\240\224.md" index e69de29..7515e6f 100644 --- "a/\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/vscode\346\217\222\344\273\266codecheck\344\275\277\347\224\250\350\260\203\347\240\224.md" +++ "b/\344\273\243\347\240\201\346\243\200\346\237\245\345\267\245\345\205\267/vscode\346\217\222\344\273\266codecheck\344\275\277\347\224\250\350\260\203\347\240\224.md" @@ -0,0 +1,12 @@ +# VsCode中的CodeCheck插件使用调研 +## 安装方法 +在VsCode的插件拓展界面中搜索huawei cloud codecheck,安装插件,并且根据工具指引配置华为云账号和秘钥,即可在VsCode中使用CodeCheck。 + +## 使用方法 + + +## 规则配置 + +## 规则导入导出 + + -- Gitee