- Issue created by @eme
- First commit to issue fork.
- Merge request !230Refactor selected_text handling to avoid URL length limitations β (Open) created by k_a_l
- πΊπΈUnited States k_a_l
After troubleshooting this, it's more so an issue with sending the selected text to the jQuery UI dialog, which is done as a query string. The AI request is already being sent as a POST request. I had the same issue, so I decided to refactor how the data is sent by using a JavaScript object instead of query parameters.
- π¬π§United Kingdom scott_euser
Side note, this makes me think we should remove the SKIP_ESLINT and sort that. Its hard to review the code for this as its so much coding standard change