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.
2 parents 0b18bac + dc6c4cd commit f595de4Copy full SHA for f595de4
codeflash/code_utils/config_parser.py
@@ -100,7 +100,7 @@ def parse_config_file(
100
try:
101
tool = data["tool"]
102
assert isinstance(tool, dict)
103
- config = tool.get("codeflash", {})
+ config = tool["codeflash"]
104
except tomlkit.exceptions.NonExistentKey as e:
105
if lsp_mode:
106
# don't fail in lsp mode if codeflash config is not found.
docs/docs.json
@@ -80,7 +80,7 @@
80
"primary": {
81
"type": "button",
82
"label": "Try Codeflash",
83
- "href": "https://www.codeflash.ai"
+ "href": "https://app.codeflash.ai/login"
84
}
85
},
86
"contextual": {
0 commit comments