Skip to content

Updates to use new Python locator Api - #23832

Merged
Don Jayamanne (DonJayamanne) merged 1 commit into
mainfrom
newApi
Jul 18, 2024
Merged

Updates to use new Python locator Api#23832
Don Jayamanne (DonJayamanne) merged 1 commit into
mainfrom
newApi

Conversation

@DonJayamanne

Copy link
Copy Markdown

No description provided.

@DonJayamanne Don Jayamanne (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 labels Jul 18, 2024
};

// Assumption is server will ensure there's only one refresh at a time.
// Perhaps we should have a request Id or the like to map the results back to the `refresh` request.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will review the API tomorrow/later (after finishing other work), but leaving this as is for now
Karthik Nadig (@karthiknadig) /cc

// Lowercase for purposes of comparison (safe).
executablesFoundByNativeLocator.add(data.executable.toLowerCase());
} else if (data.prefix) {
if (isNativeInfoEnvironment(data)) {

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Karthik Nadig (@karthiknadig) none of this code gets executed in the main branch anymore,
We can discuss that offline and fix that in a sepearate PR
But we'll need to get that done before the release

Eleanor Boyd (eleanorjboyd) pushed a commit to eleanorjboyd/vscode-python that referenced this pull request Jul 30, 2024
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants