mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-11 11:19:48 +00:00
Compare commits
No commits in common. "549eb7f1539bbce4b054c4e7d545f034eb5e5853" and "d81759f77fc64969477f0844063f1ade6ee372e8" have entirely different histories.
549eb7f153
...
d81759f77f
4
.gitignore
vendored
4
.gitignore
vendored
@ -87,8 +87,8 @@ cython_debug/
|
|||||||
# Visual Studio Code
|
# Visual Studio Code
|
||||||
.vscode/*
|
.vscode/*
|
||||||
!.vscode/settings.json
|
!.vscode/settings.json
|
||||||
!.vscode/tasks.json
|
#!.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
#!.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
!.vscode/*.code-snippets
|
!.vscode/*.code-snippets
|
||||||
|
|
||||||
|
3
.vscode/extensions.json
vendored
3
.vscode/extensions.json
vendored
@ -5,7 +5,6 @@
|
|||||||
"ms-python.vscode-pylance",
|
"ms-python.vscode-pylance",
|
||||||
"ms-python.python"
|
"ms-python.python"
|
||||||
],
|
],
|
||||||
// List of extensions recommended by VS Code that should not be recommended for
|
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
|
||||||
// users of this workspace.
|
|
||||||
"unwantedRecommendations": []
|
"unwantedRecommendations": []
|
||||||
}
|
}
|
17
.vscode/launch.json
vendored
17
.vscode/launch.json
vendored
@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
// 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
|
|
||||||
},
|
|
||||||
]
|
|
||||||
}
|
|
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@ -4,10 +4,9 @@
|
|||||||
"Dupras",
|
"Dupras",
|
||||||
"hscommon"
|
"hscommon"
|
||||||
],
|
],
|
||||||
"editor.rulers": [
|
|
||||||
88,
|
|
||||||
120
|
|
||||||
],
|
|
||||||
"python.languageServer": "Pylance",
|
"python.languageServer": "Pylance",
|
||||||
"yaml.schemaStore.enable": true,
|
"yaml.schemaStore.enable": true,
|
||||||
|
"yaml.schemas": {
|
||||||
|
"https://json.schemastore.org/github-workflow.json": ".github/workflows/*.yml"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user