Skip to content

Commit 90ebac3

Browse files
revert comment
1 parent 55cb7f4 commit 90ebac3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codeflash/lsp/beta.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ def validate_project(server: CodeflashLanguageServer, _params: FunctionOptimizat
145145
server.show_message_log("pyproject.toml is not valid", "Error")
146146
return {
147147
"status": "error",
148-
# keep the error message the same, the extension is matching "pyproject.toml" in the error message to show the codeflash init instructions
149-
"message": "pyproject.toml is not valid",
148+
"message": "pyproject.toml is not valid", # keep the error message the same, the extension is matching "pyproject.toml" in the error message to show the codeflash init instructions
150149
}
151150

152151
args = process_args(server)

0 commit comments

Comments
 (0)