We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06f796f commit 46665bdCopy full SHA for 46665bd
crates/oxc_language_server/src/worker.rs
@@ -79,7 +79,7 @@ impl WorkspaceWorker {
79
options: &Options,
80
) -> ConcurrentHashMap<PathBuf, ConfigStore> {
81
// nested config is disabled, no need to search for configs
82
- if options.use_nested_configs() {
+ if !options.use_nested_configs() {
83
return ConcurrentHashMap::default();
84
}
85
0 commit comments