Skip to content

v4.2.0

Compare
Choose a tag to compare
@leonardssh leonardssh released this 30 Dec 22:03
· 719 commits to main since this release

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"],
}