Releases: leonardssh/vscord
Releases · leonardssh/vscord
v4.3.0
- feat: add removeLowerDetailsIdling config property a6e2c35 by @leonardssh
v4.2.2
By @leonardssh
v4.2.1
- fix: rpc display when detecting a non-git environment 86056a3 by @leonardssh
v4.2.0
- feat: git integration 64ed891 by @TIM-tech-dev
- feat(languages): add support for Terraform dfd4606 (fix #41)
- feat: button disabled by default 7406f77 (fix #28)
- feat: remove vscode workspace text (Workspace) 6a16742
- feat: add ability to set a text on ignored workspace instead of not start the entire extension d8db14b (fix #42)
- feat: add ansible language c87b77b by @MiguelNdeCarvalho
- feat: add missing Jinja file extension 4136e88 by @MiguelNdeCarvalho
- feat: allow multiple ignore workspaces texts de26f19
- feat: add ability to ignore repositories 82c7b3b (fix #42)
- feat: add ability to ignore organizations ccf2784 (fix #42)
- feat: add ability to remove the details & lower details 17efa3c (fix #30)
Ignore workspaces with custom text:
{
"rpc.ignoreWorkspaces": ["my_workspace", ...],
"rpc.ignoreWorkspacesText": {
// key must be match the item in ignoreWorkspaces
"my_workspace": "my_workspace_text",
...
},
// global text
"rpc.ignoreWorkspacesText": "my_global_workspace_text"
}
Ignore Repositories
{
"rpc.ignoreRepositories": ["my_repository"],
}
Ignore Organizations
{
// also works for owner
"rpc.ignoreOrganizations": ["my_organizations", "LeonardSSH"],
}
v4.1.6
v4.1.5
- add support for metal - 820d146 by @leonardssh
- add eslintignore to eslint regex - 8ef881c by @leonardssh
v4.1.4
- add support for odin - f08fa9c by @leonardssh (#22)
- fix repository url parser - d557210 by @leonardssh
v4.1.3
- replace hardcoded repository url - 8c9473d by @leonardssh
v4.1.2
- rename output channel as RPC - https://github.com/LeonardSSH/vscord/commits/main by @leonardssh
- add suppress notifications - 152ac93 by @leonardssh (based on @iCrawl extension)
v4.1.1
display the icons above the languages - 77ba4c2 by @leonardssh
add shellscript to KNOWN_LANGUAGES - 02f68f0 by @satoqz