Skip to content

Commit

Permalink
chore(vscode): disable Discord integration in settings (#9064)
Browse files Browse the repository at this point in the history
* chore(vscode): disable Discord integration in settings

* chore: disable Discord integration in VSCode settings
  • Loading branch information
Bas950 authored Jan 2, 2025
1 parent bc3cfbc commit 271bb08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 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: 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 271bb08

Please sign in to comment.