You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -27,7 +27,7 @@ export function onConfigurationChange() {
27
27
excludeProjectSettingsFiles();
28
28
}
29
29
if(hasJavaConfigChanged(oldConfig,newConfig)){
30
-
constmsg='Java Language Server configuration changed, please restart VS Code.';
30
+
constmsg=`Java Language Server configuration changed, please restart ${env.appName}.`;
31
31
constaction='Restart Now';
32
32
constrestartId=Commands.RELOAD_WINDOW;
33
33
oldConfig=newConfig;
@@ -70,7 +70,7 @@ function excludeProjectSettingsFilesForWorkspace(workspaceUri: Uri) {
70
70
items.unshift(changeItem.global);
71
71
}
72
72
73
-
window.showInformationMessage('Do you want to exclude the VS Code Java project settings files (.classpath, .project. .settings, .factorypath) from the file explorer?', ...items).then((result)=>{
73
+
window.showInformationMessage(`Do you want to exclude the ${env.appName}Java project settings files (.classpath, .project. .settings, .factorypath) from the file explorer?`, ...items).then((result)=>{
0 commit comments