remove vscode azure session #603
Annotations
3 errors
packages/cli/src/nodehost.ts#L178
The `tok` object is not checked for null or undefined before accessing its `token` property. This could lead to a runtime error if `tok` is null or undefined. Consider adding a null check before accessing the `token` property. 🛠️
|
packages/vscode/src/lmaccess.ts#L147
The `then` function is used after `showWarningMessage`, but the function inside `then` is not awaited. This could lead to unexpected behavior as the function might not complete before the next line of code is executed. Consider using `await` with `then` or converting the promise chain to async/await for better readability and error handling. 🔄
|
packages/vscode/src/vshost.ts#L187
The `askToken` variable is declared but never used. This could lead to confusion for other developers reading the code. Consider removing unused variables to improve code readability. 🧹
|
This job succeeded
Loading