We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99aab9f commit 5711635Copy full SHA for 5711635
src/extension/api.ts
@@ -132,7 +132,7 @@ export class API extends EventEmitter<RooCodeEvents> implements RooCodeAPI {
132
.update("deniedCommands", configuration.deniedCommands, vscode.ConfigurationTarget.Global)
133
}
134
135
- if (configuration.commandExecutionTimeout) {
+ if (configuration.commandExecutionTimeout !== undefined) {
136
await vscode.workspace
137
.getConfiguration(Package.name)
138
.update(
0 commit comments