Skip to content

Commit

Permalink
Fixed serious startup lag when I opened PHP Laravel or Python venv pr…
Browse files Browse the repository at this point in the history
…ojects.
  • Loading branch information
Jobians authored Dec 9, 2024
1 parent 4bf5f27 commit 1884dbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ class Settings {
};
#excludeFolders = [
"**/node_modules/**",
"**/vendor/**",
"**/venv/**",
"**/.git/**",
"**/.vscode/**",
"**/.idea/**",
Expand Down

0 comments on commit 1884dbf

Please sign in to comment.