修改插入bug

This commit is contained in:
Xu Bai
2019-06-26 14:49:16 +08:00
parent 4bb540559b
commit ef0ecfc68c
8 changed files with 78 additions and 27 deletions

View File

@@ -1,3 +1,6 @@
{
"python.pythonPath": "C:\\ProgramData\\anaconda\\python.exe"
"python.pythonPath": "C:\\ProgramData\\anaconda\\python.exe",
"files.associations": {
"cstdio": "c"
}
}