JETLS configuration not used in a VSCode workspace

If I work with normal Julia projects, I can configure JETLS by placing a file with the name .JETLSConfig.toml in the root folder of the project/package.

If I open a VS Code workspace containing multiple Julia projects, this doesn’t work.

How can I configure JETLS when using a VS Code workspace?

Has anybody else encountered this problem?