Skip to content

Releases: leonardssh/vscord

v4.2.2

03 Jan 16:24
Compare
Choose a tag to compare

By @leonardssh

v4.2.1

31 Dec 09:42
Compare
Choose a tag to compare

v4.2.0

30 Dec 22:03
Compare
Choose a tag to compare
  • 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

31 Aug 18:53
Compare
Choose a tag to compare

v4.1.5

21 Aug 21:43
Compare
Choose a tag to compare

v4.1.4

21 Aug 20:41
Compare
Choose a tag to compare

v4.1.3

21 Aug 16:10
Compare
Choose a tag to compare

v4.1.2

21 Aug 13:07
Compare
Choose a tag to compare

v4.1.1

18 Aug 15:55
Compare
Choose a tag to compare

display the icons above the languages - 77ba4c2 by @leonardssh
add shellscript to KNOWN_LANGUAGES - 02f68f0 by @satoqz

v4.1.0

15 Aug 12:17
Compare
Choose a tag to compare

add buttons 馃槉