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 56a2cb2 commit 2340728Copy full SHA for 2340728
codeflash/lsp/beta.py
@@ -203,9 +203,7 @@ def get_config_value(key: str, default: str = "") -> str:
203
return {
204
"status": "error",
205
"message": f"Invalid 'tests_root': directory does not exist at {tests_root_path}",
206
- "field_errors": {
207
- "tests_root": f"Directory does not exist at {tests_root_path}",
208
- },
+ "field_errors": {"tests_root": f"Directory does not exist at {tests_root_path}"},
209
}
210
211
setup_info = VsCodeSetupInfo(
0 commit comments