No description
Find a file
Michael Zhang 391d8a1beb
Some checks failed
Testing / Test (push) Has been cancelled
format
2024-12-08 19:43:18 -06:00
.github refactor: more languages and error handling 2022-01-30 18:43:29 +01:00
.vscode format 2024-12-08 19:43:18 -06:00
assets feat: use custom configuration for client ID for those who really know what they are doing which does not include 90% of you 2017-11-23 16:21:46 +01:00
src format 2024-12-08 19:43:18 -06:00
.eslintignore chore: deps 2020-12-20 12:23:41 +01:00
.eslintrc.json refactor: more languages and error handling 2022-01-30 18:43:29 +01:00
.gitattributes chore: initial commit 2017-11-23 14:06:21 +01:00
.gitignore chore: deps 2020-12-20 12:23:41 +01:00
.npmrc fix: commands & jupyter support 2021-06-23 13:05:42 +02:00
.prettierrc.json refactor: big rewrite 2021-02-10 04:24:42 +01:00
.vscodeignore chore: deps 2020-12-20 12:23:41 +01:00
biome.json format 2024-12-08 19:43:18 -06:00
bun.lockb format 2024-12-08 19:43:18 -06:00
LICENSE refactor: more languages and error handling 2022-01-30 18:43:29 +01:00
package-lock.json chore(deps-dev): bump typescript from 4.6.4 to 4.7.3 (#1576) 2022-06-09 05:55:01 +02:00
package.json format 2024-12-08 19:43:18 -06:00
README.md chore: cleanup readme 2021-02-10 16:57:16 +01:00
tsconfig.eslint.json refactor: more languages and error handling 2022-01-30 18:43:29 +01:00
tsconfig.json refactor: more languages and error handling 2022-01-30 18:43:29 +01:00
webpack.config.js format 2024-12-08 19:43:18 -06:00

Discord Presence

Update your discord status with a rich presence.

Features

  • Shows what you are editing in VSCode
  • Support for over 140 of the most popular languages
  • Enable/Disable Rich Presence for individual workspaces (enabled by default)
  • Custom string support
  • Stable or Insiders build detection
  • Debug mode detection
  • Easily manually reconnect to Discord

Troubleshooting

Windows: Do not run your VSCode or Discord as admin, there is no reason to and it just further complicates everything down the line.

Linux: Discord versions installed using flatpak or snap need modifications in order to support IPC. In order to avoid this (and as Discord itself suggests) you should download it from discord.com

References:
https://github.com/flathub/com.discordapp.Discord/issues/29
https://github.com/iCrawl/discord-vscode/issues/77#issuecomment-435622205
https://github.com/iCrawl/discord-vscode/issues/85#issuecomment-417895483

Contributing

  1. Fork the repository!
  2. Clone your fork: git clone https://github.com/your-username/discord-vscode.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -am 'Add some feature'
  5. Push to the branch: git push origin my-new-feature
  6. Submit a pull request :D

Author

Discord Presence © iCrawl.
Authored and maintained by iCrawl.

GitHub @iCrawl