Skip to content

Commit d27641b

Browse files
committed
docs: document toggl.statusBarCommand setting"
1 parent 831c7a2 commit d27641b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,17 @@ Studio Code :watch:
2525

2626
Currently the extension does provide the following settings:
2727

28-
- `toggl.apiKey`: your [private API key](https://www.toggl.com/app/profile)
28+
- `toggl.apiKey`: your [private Toggl API key](https://www.toggl.com/app/profile)
2929
- `toggl.defaultProjectId`: all created tasks will use this as assigned project.
3030
You can [get the id from the projects overview](https://www.toggl.com/app/projects).
3131
Simply select the project and obtain the id from the url. Example: the id of
3232
`https://www.toggl.com/app/projects/xxxxx/edit/12345678` would be `12345678`
33-
- `toggl.pollingTimeout` (Default: 3): timeout between polling intervals, when the extension
33+
- `toggl.pollingTimeout`: timeout between polling intervals, when the extension
3434
fetchs the latest current task from toggl. In order to not hit [toggl's rate limit](https://github.com/toggl/toggl_api_docs#the-api-format)
35-
you cannot set it below 3 seconds.
35+
you cannot set it below 3 seconds (default: 3).
3636
- `toggl.maxChars`: Max. number of chars of the entry title shown in the status bar (default: 50).
37+
- `toggl.statusBarCommand`: Choose command to be executed when Toggl status bar
38+
item is clicked (default: toggl.openToggl).
3739

3840
## Development & Contribution
3941

0 commit comments

Comments
 (0)