I am using the Don Jayamanne Python extension and it works well. The only problem I have is for every project I am working on, I need to copy the \ .vscode \ launch.json file . I was wondering if there is a way to place this file somewhere on a global scale so that the settings apply to all my projects. Something similar to how global settings.json work for user settings.
In other words, I'm looking for a way to avoid copying \. vscode \ launch.json to every folder in which I store and write python code.
configuration visual-studio-code vscode-extensions
Igor
source share