How to make codeRunner in VS code recognize my current working directory?
问题 I recently downloaded VSCode. Im doing some development work. Usually I do the following steps: 1) cd into my Dev folder 2) then code my_projects Now inside my_projects folder, its the root workspace directory. I have my VS code opened, and can navigate to following folders/files: my_projects/ > DBHelper > dbhelper.py > config.ini > PortfolioManagement > Learning Now when i open dbhelper.py, I tried the following test: import os print(os.getcwd()) I get the following: my_projects But I'm