File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -228,9 +228,11 @@ export namespace UvInstallStrings {
228228 return l10n . t ( 'Python installed successfully at {0}' , path ) ;
229229 }
230230 export const installFailed = l10n . t ( 'Failed to install Python' ) ;
231- export const uvInstallFailed = l10n . t ( 'Failed to install uv' ) ; export const uvInstallRestartRequired = l10n . t (
231+ export const uvInstallFailed = l10n . t ( 'Failed to install uv' ) ;
232+ export const uvInstallRestartRequired = l10n . t (
232233 'uv was installed but may not be available in the current terminal. Please restart VS Code or open a new terminal and try again.' ,
233- ) ; export const dontAskAgain = l10n . t ( "Don't ask again" ) ;
234+ ) ;
235+ export const dontAskAgain = l10n . t ( "Don't ask again" ) ;
234236 export const clickToInstallPython = l10n . t ( 'No Python found, click to install' ) ;
235237 export const selectPythonVersion = l10n . t ( 'Select Python version to install' ) ;
236238 export const installed = l10n . t ( 'installed' ) ;
You can’t perform that action at this time.
0 commit comments