Skip to content

Commit

Permalink
chore: disable Discord integration in VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas950 committed Jan 2, 2025
1 parent 4fa9024 commit 134b7a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ lerna-debug.log*

# Exception for extension recommendations
!**/.vscode/extensions.json
!**/.vscode/settings.json

# PresenceUpdater
dist
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"esbenp.prettier-vscode",
"deepscan.vscode-deepscan",
"dbaeumer.vscode-eslint"
],
"discord.enabled": false,
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"discord.enabled": false
}

0 comments on commit 134b7a7

Please sign in to comment.