include method definition context to explain spel expressions

This commit is contained in:
vudayani
2024-08-23 11:49:26 +05:30
committed by Martin Lippert
parent 00636085ca
commit ada7d7f4be
6 changed files with 211 additions and 47 deletions

View File

@@ -92,9 +92,6 @@ async function updateConfiguration(value: boolean) {
async function explainQueryWithCopilot() {
commands.registerCommand('vscode-spring-boot.query.explain', async (userPrompt) => {
console.log('spel.explain: ' + userPrompt);
console.log('messages: ' + userPrompt);
await commands.executeCommand('workbench.action.chat.open', { query: userPrompt });
})
}