Commit latest version before changing to amd gpu

This commit is contained in:
Josh Creek
2023-11-28 20:59:48 +00:00
parent cf4059a1d1
commit 149278d2c6
5 changed files with 47 additions and 83 deletions
+16
View File
@@ -0,0 +1,16 @@
{
// 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: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"justMyCode": false
}
]
}