a-laughlin
(Adam Laughlin)
1
Currently extensions that use VSCode’s Language Model API break, preventing the easy use of LLMs in extensions.
API Docs
e.g., Language Model API | Visual Studio Code Extension API
Example:
// Calling
await vscode.lm.selectChatModels();
Returns a list of 7 models in VSCode, and 0 models in Cursor.
danperks
(Dan)
2
Hey, we don’t currently expose any models out via that API yet.
a-laughlin
(Adam Laughlin)
3
Any plans to? Wondering how I can make an extension that will also work in cursor.
“yet”
Any plans for implementing that? It would be extremely useful