ミラー元
https://github.com/arsenetar/dupeguru.git
前回の同期 2025-09-11 17:58:17 +00:00
chore: Add vscode launch.json
このコミットが含まれているのは:
コミット
549eb7f153
4
.gitignore
vendored
4
.gitignore
vendored
@ -87,8 +87,8 @@ cython_debug/
|
||||
# Visual Studio Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
#!.vscode/tasks.json
|
||||
#!.vscode/launch.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
!.vscode/*.code-snippets
|
||||
|
||||
|
||||
17
.vscode/launch.json
vendored
ノーマルファイル
17
.vscode/launch.json
vendored
ノーマルファイル
@ -0,0 +1,17 @@
|
||||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "DupuGuru",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "run.py",
|
||||
"console": "integratedTerminal",
|
||||
"subProcess": true,
|
||||
"justMyCode": false
|
||||
},
|
||||
]
|
||||
}
|
||||
読み込み中…
x
新しいイシューから参照
ユーザーをブロックする