File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 "python-envs.copyProjectPath.title" : " Copy Project Path" ,
2020 "python-envs.create.title" : " Create Environment" ,
2121 "python-envs.createAny.title" : " Create Environment" ,
22- "python-envs.set.title" : " Set Workspace Environment" ,
23- "python-envs.setEnv.title" : " Set As Workspace Environment" ,
22+ "python-envs.set.title" : " Set Project Environment" ,
23+ "python-envs.setEnv.title" : " Set As Project Environment" ,
2424 "python-envs.reset.title" : " Reset to Default" ,
2525 "python-envs.remove.title" : " Delete Environment" ,
2626 "python-envs.refreshAllManagers.title" : " Refresh All Environment Managers" ,
Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ export namespace ProjectCreatorString {
172172
173173export namespace EnvViewStrings {
174174 export const selectedGlobalTooltip = l10n . t ( 'This environment is selected for non-workspace files' ) ;
175- export const selectedWorkspaceTooltip = l10n . t ( 'This environment is selected for workspace files' ) ;
175+ export const selectedWorkspaceTooltip = l10n . t ( 'This environment is selected for project files' ) ;
176176}
177177
178178export namespace ActivationStrings {
You can’t perform that action at this time.
0 commit comments