diff --git a/extension.js b/extension.js index e87ad09..0382d94 100644 --- a/extension.js +++ b/extension.js @@ -133,71 +133,87 @@ const refreshFilesCommand = vscode.commands.registerCommand('extension.refreshFi // Helper function to generate the HTML content for the webview panel function getWebviewContent(fileContents, question) { - const fileList = selectedFiles - .map( - file => - `
${fileContents}
${question ? question : ''}