remove vscode azure session #602
Annotations
3 errors
packages/cli/src/nodehost.ts#L178
The error "Azure end point not configured" is thrown but not caught. This could lead to unexpected application termination. Consider handling this error to improve the application's robustness. 🛠️
|
packages/core/src/connection.ts#L366
There is a block of code that has been commented out. If this code is not needed, it is better to remove it to keep the codebase clean and maintainable. 🧹
|
packages/vscode/src/lmaccess.ts#L147
The function `vscode.window.showWarningMessage` is called without error handling. If the function fails, the error will not be caught, which could lead to unexpected behavior. Consider adding error handling. 🚀
|
This job succeeded
Loading