Created
July 24, 2025 16:25
-
-
Save prerakmody/15052f5f890fa493079566d6dd41e3e7 to your computer and use it in GitHub Desktop.
VSCode Hacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Python: cupdate", | |
"type": "debugpy", | |
"request": "launch", | |
"python": "C:\\Users\\Prerak\\AppData\\Local\\miniconda3\\python.exe", | |
"program": "C:\\Users\\Prerak\\Documents\\file.py", | |
"args": [ | |
"--input_dir", "C:\\Users\\Prerak\\Documents\\data", | |
"--output_dir", "C:\\Users\\Prerak\\Documents\\output", | |
], | |
"console": "integratedTerminal", | |
"justMyCode": true | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment