Skip to content

Commit

Permalink
logging time, readme updates, changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DeeJayTC committed Aug 15, 2019
1 parent ec7ded2 commit 5859d44
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 343 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Change Log
## 1.0.14
- Tasks now show Logged Time
- Can now log time on tasks
- To use Time Logging make sure the option "enabletimeTracking" is on in config

## 1.0.13
- Fixed an issue with task creation that randomly occured

Expand Down
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
## Features
Browse Teamwork Projects directly from VSCode, Link a repository to as many Projects as you want.
The Teamwork Projects and Visual Studio Code Editor extension allows you to manage your projects and tasks directly from within Visual Studio Code so you can get more work done from one place.

## Extension Settings

To use the Extension you must configure it first!

This extension contributes the following settings:

* `twp.ShowTeamworkPanel`: Use Teamwork Panel instead of AdaptiveCards for Preview, *Currently not working!
* `twp.OnlySelfAssigned`: Only show your own tasks
* `twp.showUnAssigned`: Show tasks assigned to "anyone" (default yes)
* `twp.ShowTeamworkPanel` : Use Teamwork Panel instead of AdaptiveCards for Preview, *Currently not working!
* `twp.OnlySelfAssigned` : Only show your own tasks
* `twp.showUnAssigned` : Show tasks assigned to "anyone" (default yes)
* `twp.enabletimeTracking` : Enable logging time and view entries on tasks (default yes)


## Notes:
* Mac users -> When the extension isn't working after logging in, just restart VSCode
* to create a task you need to have an active project selected.
* the active project can be changed in the VSCode footer bar by clicking on the Teamwork button.

## Support:
* If you're having issues send a mail to [email protected]
* or create an issue on the repository
Loading

0 comments on commit 5859d44

Please sign in to comment.