Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Configure rust-analyzer with project-specific config files #205

Merged
merged 5 commits into from
Dec 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ class RustLanguageClient extends AutoLanguageClient {
let options = fs.readFileSync(rlsConfigPath)
Object.assign(params.initializationOptions, JSON.parse(options))
} catch(e) {
console.warn("Error reading config file\n", e)
console.error("Error reading config file\n", e)
}
}

Expand Down