Remove extraneous vscode files

This commit is contained in:
Micah Jerome Ellison 2024-02-26 19:53:51 -08:00
parent 81f0f6ff43
commit 8546cc9d1c
2 changed files with 0 additions and 19 deletions

16
.vscode/launch.json vendored
View file

@ -1,16 +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": "Python: Module",
"type": "python",
"request": "launch",
"module": "jrnl",
"justMyCode": true,
"args": []
}
]
}

View file

@ -1,3 +0,0 @@
{
"python.formatting.provider": "black"
}