This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
🐛 VSCode extension shows "Request textDocument/codeAction failed." error for every new JS/TS/JSON file despite "rome.requireConfiguration": "true"
#4322
Labels
A-Project
Area: project configuration and loading
S-Bug: confirmed
Status: report has been confirmed as a valid bug
Environment information
What happened?
"rome.requireConfiguration": true
in VSCode.rome.json
..js
,.ts
, or.json
.The following message pops up for every keystroke in the new file:
Expected result
The extension should not be trying to format or show an error like this, if
rome.json
is not present in the current project.Workaround
I can work around this by reloading the entire VSCode window after creating a new file. This is a reasonable price to pay for using a pre-release that otherwise handles
"rome.requireConfiguration": true
perfectly! 😺Code of Conduct
The text was updated successfully, but these errors were encountered: