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
apifolder, runyarnto install the dependancies. - Run
yarn watchto put server in watch mode and in another terminal window runyarn devto start the server. - Navigate to
extensionfolder and runyarnto install the dependancies. - Run
yarn watchto watch the changes inextensionfiles. - Press
F5key and selectVSCode extension developmentfrom the dropdown, if that does not appear in your dropdown, open theextension.tsfile and thenF5again.
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!
