VSCode extension to manage the todolist in a better way and bring todo one step closer to you directly in your dev area. You can login with github, create boards, todolists and todos.
Manage your tasks without leaving VSCode. Create Boards, todolists, todos and drag and drop todos as you complete the tasks.
- Clone the repo.
- Navigate to
api
folder, runyarn
to install the dependancies. - Run
yarn watch
to put server in watch mode and in another terminal window runyarn dev
to start the server. - Navigate to
extension
folder and runyarn
to install the dependancies. - Run
yarn watch
to watch the changes inextension
files. - Press
F5
key and selectVSCode extension development
from the dropdown, if that does not appear in your dropdown, open theextension.ts
file and thenF5
again.
This will open up another VSCode window with our extension installed in it.
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
Enjoy!