ignore the config code
This commit is contained in:
parent
810e79fca6
commit
0385a6ee7d
1 changed files with 0 additions and 16 deletions
16
linebreaking/.vscode/launch.json
vendored
16
linebreaking/.vscode/launch.json
vendored
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue