My Portfolio
"Open Command Folder" is a Visual Studio Code Extension that opens a command prompt window from the folder that the currently opened file is in.
Coming Soon!
I made "Open Command Folder" because when I would try to build and run C++ (with make files) projects in VSCode, I would need to use it in a command prompt (not the integrated window in VSCode) and I would always have to open the command prompt at the root directory, then use a "cd" command to go to the correct folder. But now with this extension, I can automate that repetitive task and just simply go to the correct directory for the opened file.