File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 "jdk.extension.fileSelector.label.testFilesOrSourceFiles" : " Test files or source files associated to each other" ,
4747 "jdk.extension.fileSelector.label.noFileSelected" : " No file selected" ,
4848 "jdk.extension.fileSelector.label.noTestFound" : " No Test or Tested class found" ,
49- "jdk.extension.cache.message.confirmToDeleteCache" : " Are you sure you want to delete cache for this workspace?" ,
49+ "jdk.extension.cache.message.confirmToDeleteCache" : " Are you sure you want to delete cache for this workspace and reload the window ?" ,
5050 "jdk.extension.cache.label.confirmation.yes" :" Yes" ,
5151 "jdk.extension.cache.label.confirmation.cancel" :" Cancel" ,
5252 "jdk.extension.cache.message.cacheCleared" :" Cache cleared successfully for this workspace" ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const deleteCache = async () => {
3434 if ( userDir && fs . existsSync ( userDir ) ) {
3535 const yes = l10n . value ( "jdk.extension.cache.label.confirmation.yes" )
3636 const cancel = l10n . value ( "jdk.extension.cache.label.confirmation.cancel" )
37- const confirmation = await window . showInformationMessage ( 'Are you sure you want to delete cache for this workspace and reload the window ?' ,
37+ const confirmation = await window . showInformationMessage ( l10n . value ( "jdk.extension. cache.message.confirmToDeleteCache" ) ,
3838 yes , cancel ) ;
3939 if ( confirmation === yes ) {
4040 const reloadWindowActionLabel = l10n . value ( "jdk.extension.cache.label.reloadWindow" ) ;
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export const extCommands = {
4949 selectEditorProjs : appendPrefixToCommand ( 'select.editor.projects' ) ,
5050 attachDebugger : appendPrefixToCommand ( "java.attachDebugger.connector" ) ,
5151 loadWorkspaceTests : appendPrefixToCommand ( "load.workspace.tests" ) ,
52- projectDeleteEntry : "javals. foundProjects.deleteEntry"
52+ projectDeleteEntry : appendPrefixToCommand ( " foundProjects.deleteEntry")
5353}
5454
5555export const builtInCommands = {
You can’t perform that action at this time.
0 commit comments