-
Notifications
You must be signed in to change notification settings - Fork 1.3k
More specific llm tools #25072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More specific llm tools #25072
Conversation
| "description": "The path to the Python file or workspace to list the packages. If not provided, the current workspace will be used. Where possible pass the path to the file or workspace.", | ||
| "required": [] | ||
| }, | ||
| "when": "!pythonEnvExtensionInstalled" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will disable listPythonPackages for now
| serviceContainer = TypeMoq.Mock.ofType<IServiceContainer>(); | ||
| workspaceService = TypeMoq.Mock.ofType<IWorkspaceService>(); | ||
| interpreterPathService = TypeMoq.Mock.ofType<IInterpreterPathService>(); | ||
| experimentsManager = TypeMoq.Mock.ofType<IExperimentService>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix some errors in other parts of the code that ws causing issues
| let useEnvExtensionStub: sinon.SinonStub; | ||
|
|
||
| setup(() => { | ||
| const proc = typeMoq.Mock.ofType<MockChildProcess>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix some errors in other parts of the code that ws causing issues
| ) { | ||
| const vscode = require('vscode') as typeof import('vscode'); | ||
| const settings = vscode.workspace.getConfiguration('python', { uri: resource, languageId: 'python' } || null); | ||
| const settings = vscode.workspace.getConfiguration('python', { uri: resource, languageId: 'python' }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|| null was not required, as its impossible for object to be empty.
was getting these errors locally.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

No description provided.