You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(webview): use openFile utility for file opening
- Replaced direct `vscode.commands.executeCommand("vscode.open")` call with the `openFile` utility.
- Centralizes file opening logic, improving reusability and maintainability within the webview provider.
0 commit comments