File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,17 @@ Studio Code :watch:
25
25
26
26
Currently the extension does provide the following settings:
27
27
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 )
29
29
- ` toggl.defaultProjectId ` : all created tasks will use this as assigned project.
30
30
You can [ get the id from the projects overview] ( https://www.toggl.com/app/projects ) .
31
31
Simply select the project and obtain the id from the url. Example: the id of
32
32
` 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
34
34
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) .
36
36
- ` 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).
37
39
38
40
## Development & Contribution
39
41
You can’t perform that action at this time.
0 commit comments