Add GenAIScript task provider and CLI configuration in VSCode extension #631
Annotations
3 errors
packages/vscode/src/taskprovider.ts#L13
There is no error handling for the async function `resolveCli()`. If this function fails, it could cause the application to crash. Consider adding a try-catch block to handle potential errors. 😊
|
packages/vscode/src/servermanager.ts#L87
The async function `resolveCli()` is called without error handling. If this function fails, it could cause the application to crash. Consider adding a try-catch block to handle potential errors. 😊
|
packages/vscode/src/fragmentcommands.ts#L184
The async function `resolveCli()` is called without error handling. If this function fails, it could cause the application to crash. Consider adding a try-catch block to handle potential errors. 😊
|
This job succeeded
Loading