Skip to content

Commit 8f4a11d

Browse files
committed
remove a lot of dead code and unneeded things
1 parent 5aed387 commit 8f4a11d

File tree

11 files changed

+65
-800
lines changed

11 files changed

+65
-800
lines changed

README.md

Lines changed: 51 additions & 57 deletions
Large diffs are not rendered by default.

docs/search-paths-and-glob-patterns.md

Lines changed: 0 additions & 354 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,6 @@
213213
"category": "Python",
214214
"icon": "$(refresh)"
215215
},
216-
{
217-
"command": "python-envs.managerSearch",
218-
"title": "%python-envs.managerSearch.title%",
219-
"category": "Python",
220-
"icon": "$(search)"
221-
},
222216
{
223217
"command": "python-envs.searchSettings",
224218
"title": "%python-envs.searchSettings.title%",

package.nls.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"python-envs.setEnvSelected.title": "Set!",
3232
"python-envs.remove.title": "Delete Environment",
3333
"python-envs.refreshAllManagers.title": "Refresh All Environment Managers",
34-
"python-envs.managerSearch.title": "Search Workspace for Environments",
3534
"python-envs.searchSettings.title": "Configure Search Settings",
3635
"python-envs.refreshPackages.title": "Refresh Packages List",
3736
"python-envs.packages.title": "Manage Packages",

src/common/localize.ts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -198,22 +198,6 @@ export namespace EnvViewStrings {
198198
export const selectedWorkspaceTooltip = l10n.t('This environment is selected for project files');
199199
}
200200

201-
export namespace EnvManagerSearchStrings {
202-
export const selectAction = l10n.t('Select an action');
203-
export const adjustSearchPaths = l10n.t('Adjust search path settings');
204-
export const adjustSearchPathsDescription = l10n.t('Open settings for environment search paths');
205-
export const fullWorkspaceSearch = l10n.t('Do full workspace search');
206-
export const fullWorkspaceSearchDescription = l10n.t('Search the entire workspace for environments');
207-
export const saveSearchPrompt = l10n.t('Save this search setting for future discovery?');
208-
export const dontShowAgain = l10n.t("Don't show again");
209-
export const slowLoadingMessage = l10n.t(
210-
'Environment discovery is taking longer than expected. This may be due to workspace search paths.',
211-
);
212-
export const openSettings = l10n.t('Open Settings');
213-
export const removeWorkspaceSearch = l10n.t('Remove Workspace Search');
214-
export const dontShowForWorkspace = l10n.t("Don't Show for This Workspace");
215-
}
216-
217201
export namespace ActivationStrings {
218202
export const envCollectionDescription = l10n.t('Environment variables for shell activation');
219203
export const revertedShellStartupScripts = l10n.t(

0 commit comments

Comments
 (0)