Last active
August 18, 2024 03:32
-
-
Save gui-ribeiro66/1fe566ba316b0ad8600ab29cf8dcdab0 to your computer and use it in GitHub Desktop.
VSCode Insiders Workspace Settings (updated)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// init | |
// discord rich presence by icrawl | |
"discord.enabled": true, | |
"discord.lowerDetailsEditing": "π {file_name} with {total_lines} lines γ» ln {current_line}, col {current_column}", | |
"discord.lowerDetailsIdling": "", | |
"discord.detailsEditing": "π {workspace_folder}/{dir_name}", | |
"discord.detailsIdling": "snoozin...", | |
"discord.idleTimeout": 300, | |
"discord.lowerDetailsDebugging": "π {file_name} with {total_lines} lines γ» ln {current_line}, col {current_column}", | |
"discord.detailsDebugging": "πΎπ {workspace_folder}/{dir_name}", | |
"discord.largeImage": "coding in {lang}", | |
"discord.lowerDetailsNoWorkspaceFound": "no workspace? π€¨" | |
//////////////////////////////////////////////////////////////////////////// | |
// end :) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment