I know this is an old thread. The current documentation of projects seems pretty similar to docs for version 2. Is it still not possible to make os specific settings for projects similar to “osx” , “linux” & “windows” for the build systems? I am looking for a way to reuse my project file on different operating systems and need a way to specify the folder paths differently per operating system.
The content of my projects is managed with Github and I would like to have the same project settings on different operating systems. I could copy a project file and rename it and change the path. But that would mean that I can’t make sure that edits of other features in it, e.g. build-system or lsp/venv settings would stay in sync. Any idea?
“folders”:
[,
{
“path”: “/Users/dh/Documents/python-playground”
}
],