Skip to content

Commit

Permalink
Hide persisted and Java Plugin notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Dec 5, 2024
1 parent 4b2f09d commit d0ec266
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/base-ide/project/.theia/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.theia": true
"**/.theia": true,
"persisted": true,
"lost+found": true
}
}
12 changes: 12 additions & 0 deletions images/java-17/project/.theia/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.theia": true,
"persisted": true,
"lost+found": true
},
"java.help.collectErrorLog": false,
"java.help.firstView": "none",
"java.help.showReleaseNotes": false,
"java.silentNotification": true
}

0 comments on commit d0ec266

Please sign in to comment.