Constructor
new Config(configopt)
Creates a new Config instance. Loads settings from the provided VS Code workspace configuration.
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
config |
vscode.WorkspaceConfiguration |
<optional> |
The VS Code workspace configuration object |
- Source:
Classes
Members
apiTokens
API tokens for authenticating with Shortcut workspaces
- Source:
apiTokens :object|undefined
API tokens for authenticating with Shortcut workspaces
Type:
- object | undefined
- Source:
hideEmptyWorkspaces
Whether to hide workspaces that have no stories/tasks
- Source:
hideEmptyWorkspaces :boolean|undefined
Whether to hide workspaces that have no stories/tasks
Type:
- boolean | undefined
- Source: