Skip to content

Conversation

@olasunkanmi-SE
Copy link
Owner

@olasunkanmi-SE olasunkanmi-SE commented Dec 14, 2024

Fix unable to ask follow up question issue, which has been foundational to this extension.
Implement security enhancement by adding nonce to chat webview scripts Bump version to 1.1.7

…nd structure

Add comprehensive project structure and file organization details
Include detailed usage instructions, configuration steps, and troubleshooting guide
Add data flow explanation and common use cases
Update website URL in package.json
Implement security enhancement by adding nonce to chat webview scripts
Bump version to 1.1.7
@olasunkanmi-SE olasunkanmi-SE merged commit cd52510 into main Dec 14, 2024
2 checks passed
@@ -1,5 +1,5 @@
import * as vscode from "vscode";
export const chatJs = () => `
const vscode = acquireVsCodeApi();
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was the root cause of the issue. The call to this method was within the sendMessage function, therefore the extension was unaware of the events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants