add vsc examples and fix prev issues

This commit is contained in:
Siheng Zhao
2024-01-31 10:37:00 +08:00
parent cb7643713e
commit cffed446fc
10 changed files with 411 additions and 2 deletions

View File

@@ -4,6 +4,16 @@
"instruction": "Please modify VS Code's settings to disable error reporting for Python missing imports.",
"source": "https://superuser.com/questions/1386061/how-to-suppress-some-python-errors-warnings-in-vs-code",
"config": [
{
"type": "command",
"parameters": {
"command": [
"code",
"--install-extension",
"ms-python.python"
]
}
},
{
"type": "launch",
"parameters": {