Skip to content

Commit 7acdbc0

Browse files
committed
Update VS Code settings
1 parent d57d8e3 commit 7acdbc0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vscode/launch.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"configurations": [
77
{
88
"name": "Python: Module",
9-
"type": "python",
9+
"type": "debugpy",
1010
"request": "launch",
1111
"module": "modnote_snoonote_importer",
1212
"justMyCode": true,
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"name": "Python: Test",
19-
"type": "python",
19+
"type": "debugpy",
2020
"request": "launch",
2121
"module": "pytest",
2222
"justMyCode": true

.vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"editor.defaultFormatter": "ms-python.black-formatter",
88
"editor.formatOnSave": true,
99
"editor.codeActionsOnSave": {
10-
"source.organizeImports": true
10+
"source.organizeImports": "explicit"
1111
},
1212
},
1313
"isort.args": [

0 commit comments

Comments
 (0)