yashrajb / devtrackr-vscode-extension

Track and Document Your Weekly Work with devtrackr!
https://marketplace.visualstudio.com/items?itemName=yashrajbasan.devtrackr
GNU General Public License v3.0
9 stars 4 forks source link

fix: Separated commands, each commands have a separate module. Handled errors as well #3

Open asharma991 opened 11 months ago

asharma991 commented 11 months ago

Closes #1

yashrajb commented 11 months ago

@asharma991 did you tested properly in your local system?

asharma991 commented 11 months ago

Yes lint is passing and the build is getting generated.

asharma991 commented 11 months ago

Just now checked by launching the extension locally, and it works fine. I have a suggestion though, we should ask for username first and then the token

yashrajb commented 11 months ago

@asharma991 did you tested all functionality?

asharma991 commented 11 months ago

Yes I did. I'm able to create new files and save them to github. I'm able to save the changes as well

asharma991 commented 10 months ago

Hey @yashrajb , can we merge this?