Skip to content

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

Merged
merged 11 commits into from
May 16, 2025
Merged

More specific llm tools #25072

merged 11 commits into from
May 16, 2025

Conversation

DonJayamanne
Copy link

No description provided.

@DonJayamanne DonJayamanne added no-changelog No news entry required skip package*.json package.json and package-lock.json don't both need updating skip tests Updates to tests unnecessary skip-issue-check labels May 15, 2025
},
"when": "!pythonEnvExtensionInstalled"
Copy link
Author

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

@@ -17,6 +17,7 @@ suite('Python Path Settings Updater', () => {
serviceContainer = TypeMoq.Mock.ofType<IServiceContainer>();
workspaceService = TypeMoq.Mock.ofType<IWorkspaceService>();
interpreterPathService = TypeMoq.Mock.ofType<IInterpreterPathService>();
experimentsManager = TypeMoq.Mock.ofType<IExperimentService>();
Copy link
Author

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

@@ -36,6 +37,11 @@ suite('Execution Flow Run Adapters', () => {
let useEnvExtensionStub: sinon.SinonStub;

setup(() => {
const proc = typeMoq.Mock.ofType<MockChildProcess>();
Copy link
Author

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

@@ -62,7 +62,7 @@ export async function updateSetting(
configTarget: ConfigurationTarget,
) {
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' });
Copy link
Author

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.

@DonJayamanne DonJayamanne marked this pull request as ready for review May 15, 2025 23:50
@vs-code-engineering vs-code-engineering bot added this to the May 2025 milestone May 15, 2025
@DonJayamanne DonJayamanne merged commit 5045cdd into main May 16, 2025
85 checks passed
@DonJayamanne DonJayamanne deleted the don/diplomatic-mink branch May 16, 2025 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-changelog No news entry required skip package*.json package.json and package-lock.json don't both need updating skip tests Updates to tests unnecessary skip-issue-check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants