Skip to content

Commit 46e630e

Browse files
committed
Updates
1 parent 888d774 commit 46e630e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/chat/configurePythonEnvTool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class ConfigurePythonEnvTool implements LanguageModelTool<IResourceRefere
5555
options: LanguageModelToolInvocationOptions<IResourceReference>,
5656
token: CancellationToken,
5757
): Promise<LanguageModelToolResult> {
58-
if (!workspace.isTrusted){
58+
if (!workspace.isTrusted) {
5959
return getUntrustedWorkspaceResponse();
6060
}
6161
const resource = resolveFilePath(options.input.resourcePath);

0 commit comments

Comments
 (0)