ignore the config code

This commit is contained in:
Tan, Kian-ting 2024-12-16 23:34:01 +08:00
parent 810e79fca6
commit 0385a6ee7d

View file

@ -1,16 +0,0 @@
{
// 使 IntelliSense
//
// : https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": true
}
]
}