formulahendry / formulahendry/vscode-code-runner
Python file creation - file created at location of first open code file in vscode
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I am creating both a .txt and a .png file through a Python script. This worked well for a while, but eventually the files started appearing in another location (adjacent to another code file that I had open in VSC at the same time). They _should_ end up in the same location as the Python script.
Through my observation, I realized it was placing them in the same location as the first code file that is open in vscode, which was not the one I was testing.
Running it through cmd placed them in the correct spot, of course, but it's a little inconvenient to test that way when I have this wonderful extension ;)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.