2.1.3 VSCode-Discord-RPC
This is an extension for vscode to display custom discord rpc.
Features
- Caching discords IPC pipe path for faster loading
- Working on, Shows in the RPC what are you currently working on
- Language icon display, displays the language icon in the RPC
- Time elapsed, self explanatory
- Problems, Problems in file currently worked on
- Automatic restart when discord disconnects
Requirements
Activity setting in discord
Enabling the activity:
First go to settings, then scroll down to category ACTIVITY SETTINGS
. After that click on Activity Privacy
and enable Share detected activities with others
.
Extension Settings
String to format |
Description |
$(fileName) |
file's name |
$(fileType) |
file's type |
$(workspace) |
workspace's name |
$(problems) |
problems in file |
$(line) |
current cursor line position |
$(col) |
cursor column position |
Show Time
Show elapsed time in custom RPC
Update Time Interval
Time interval for updates in seconds (default: 15).
Editing > Show Language Icon
vscode-discord-rpc.showTime
Shows a icon for the language of a file currently worked on.
Editing > Details
vscode-discord-rpc.editing.details
Discord's RPC details field (first field).
Editing > State
vscode-discord-rpc.editing.state
Discord's RPC state field (second field).
Editing > Icon Text
vscode-discord-rpc.editing.iconText
Text of an icon when hovered over in RPC.
Idle > Details
vscode-discord-rpc.idle.details
Same as vscode-discord-rpc.editing.details
but when not editing a file ($(workspace)
only avaiable).
Idle > State
vscode-discord-rpc.idle.state
Same as vscode-discord-rpc.editing.state
Idle > Icon Text
vscode-discord-rpc.idle.iconText
Same as vscode-discord-rpc.editing.iconText
Known Issues
None at the moment.
Release Notes
Optimalizations and general bug fixes.