This commit is contained in:
yinkanglong
2020-11-27 10:10:28 +08:00
parent 57aac7c141
commit 6b7b84836c
3 changed files with 17 additions and 5 deletions

View File

View File

@@ -1,5 +0,0 @@

17
TOOL/VSCode.md Normal file
View File

@@ -0,0 +1,17 @@
## intelligense
一定要选好辅助的工具。html的辅助工具代码自动不全等非常重要。
## vscode调试
调试十分简单。
参考官方的简单配置launch.json
必要情况下添加task.json
即可完成调试。调试过程中的变量监控和调用过程显示。