Skip to content

Commit

Permalink
Hide persisted folder
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Nov 27, 2024
1 parent b04327e commit 4e0ee4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/base-ide/project/.theia/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.theia": true,
"persisted": true,
"lost+found": true
}
}
1 change: 1 addition & 0 deletions images/javascript/project/.theia/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.theia": true,
"persisted": true,
"lost+found": true
},
/**
Expand Down
1 change: 1 addition & 0 deletions images/swift/project/.theia/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extensions.ignoreRecommendations": true,
"files.exclude": {
"**/.theia": true,
"persisted": true,
"lost+found": true
},
"lldb.library": "/usr/lib/liblldb.so",
Expand Down

0 comments on commit 4e0ee4f

Please sign in to comment.