Skip to content

Added workspace virtualenv filesystem watcher#14780

Merged
karrtikr merged 9 commits into
microsoft:mainfrom
karrtikr:workspacevwatc
Nov 23, 2020
Merged

Added workspace virtualenv filesystem watcher#14780
karrtikr merged 9 commits into
microsoft:mainfrom
karrtikr:workspacevwatc

Conversation

@karrtikr

Copy link
Copy Markdown

No description provided.

@karrtikr karrtikr added the no-changelog No news entry required label Nov 19, 2020
@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@karrtikr karrtikr changed the title Added workspace virtual env watcher Added workspace virtualenv filesystem watcher Nov 20, 2020

const workspaceLocators = new WorkspaceLocators([
// Add an ILocator factory func here for each kind of workspace-rooted locator.
(root: vscode.Uri) => [new WorkspaceVirtualEnvironmentLocator(root.fsPath)],

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.

Connecting this locator to the external surface changes quite a few things, will do that in a separate PR.

@karrtikr karrtikr marked this pull request as ready for review November 20, 2020 08:52
@karrtikr karrtikr removed the request for review from ericsnowcurrently November 20, 2020 09:15
Comment thread src/client/common/platform/fileSystemWatcher.ts
@karrtikr karrtikr merged commit 4b3fcb6 into microsoft:main Nov 23, 2020
@karrtikr karrtikr deleted the workspacevwatc branch November 23, 2020 03:04
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants