Update CONTRIBUTING.md

This commit is contained in:
Andrew Pareles 2024-09-11 01:47:42 -07:00 committed by GitHub
parent 3b8ecef2e6
commit d33e6b86db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ When the user submits a response or presses the apply/accept/reject button, we s
When the user presses ctrl+k, an input box should appear inline with the code that they were selecting. This is somewhat difficult to do because an extension alone cannot do this, and it requires creating a new component in the IDE. We think you can modify vscode's built-in "codelens" or "zone widget" components, but we are open to alternatives.
## ⭐⭐⭐ Improve ctrl+L.
## ⭐⭐⭐ Improve Ctrl+L.
Change the prompt so we output changes like `// ... rest of file`, instead of always outputting the entire file. When the user clicks "apply", the model should rewrite the file and apply diffs in the correct locations.