Skip to content

Commit

Permalink
Stop showing the lost+found folder
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Nov 26, 2024
1 parent fe4fb12 commit 95a3264
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion images/base-ide/project/.theia/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.theia": true
"**/.theia": true,
"lost+found": true
}
}
3 changes: 2 additions & 1 deletion images/javascript/project/.theia/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.theia": true
"**/.theia": true,
"lost+found": true
},
/**
* JavaScript Essentials Config
Expand Down
3 changes: 2 additions & 1 deletion images/swift/project/.theia/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.theia": true
"**/.theia": true,
"lost+found": true
},
"lldb.library": "/usr/lib/liblldb.so",
"lldb.launch.expressions": "native"
Expand Down

0 comments on commit 95a3264

Please sign in to comment.