Pre-submission checklist
Client
VSCode with JETLS version 2026-06-26
Julia versioninfo()
JETLS version
2026-06-26
Reproduction with the VSCode reference client
Description
When using a VSCode workspace, .JETLSConfig.toml is ignored
Example:
A file MyWorkspace.code-workspace
{
"folders": [
{
"path": "."
},
{
"path": "../SymbolicAWEModels"
},
{
"path": "../VortexStepMethod"
},
{
"path": "../KiteUtils"
}
],
"settings": {}
}
In each of the folders I have a file .JETLSConfig.toml with the content:
formatter = "JuliaFormatter"
[full_analysis]
auto_instantiate = false # boolean, default: true
[diagnostic]
all_files = false # boolean, default: true
[[diagnostic.patterns]]
pattern = "not concretized"
match_by = "message"
match_type = "regex"
severity = "off"
[inlay_hint.types]
enabled = false # Hide type hints; keep `end`-tag hints
All of them are ignored.
If I open only one of the folders of the workspace it works.
Steps to reproduce
- check out two repos from git
- create a workspace that contains both
- open the workspace
- you will see that the
.JETLSConfig.toml files are ignored
JETLS configuration (if applicable)
No response
Additional context (optional)
No response
Pre-submission checklist
Client
VSCode with JETLS version 2026-06-26
Julia
versioninfo()JETLS version
2026-06-26
Reproduction with the VSCode reference client
Description
When using a VSCode workspace,
.JETLSConfig.tomlis ignoredExample:
A file MyWorkspace.code-workspace
In each of the folders I have a file
.JETLSConfig.tomlwith the content:All of them are ignored.
If I open only one of the folders of the workspace it works.
Steps to reproduce
.JETLSConfig.tomlfiles are ignoredJETLS configuration (if applicable)
No response
Additional context (optional)
No response