Skip to content
Discussion options

You must be logged in to vote

ForgeCode Services when enabled, will perform a quick check on the edited file to make sure there are no errors. This check happens on every patch that is performed. LSPs are mostly an overkill to be used after each edit operation so we don't use it. LSPs can also negatively affect the trajectory of the agent, because sometimes, the code is syntactically correct, but since the agent hasn't completed the task at hand, there are many errors in the codebase. LSPs should be used for diagnosis at the end of the task, about the time verification needs to be performed. And YES, for those usecases ForgeCode will use the already running LSP if you have our vs-code extension installed.

Link: https:…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by suse-coder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants