https://github.com/vonderklaas/vscode-tasks-plugin
VS Code extension for effortless todo tracking while you code.
https://github.com/vonderklaas/vscode-tasks-plugin
express postgresql svelte typescript vscode-extension
Last synced: about 1 year ago
JSON representation
VS Code extension for effortless todo tracking while you code.
- Host: GitHub
- URL: https://github.com/vonderklaas/vscode-tasks-plugin
- Owner: vonderklaas
- Created: 2024-02-05T10:16:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-05T15:20:03.000Z (over 2 years ago)
- Last Synced: 2025-04-02T22:51:15.724Z (about 1 year ago)
- Topics: express, postgresql, svelte, typescript, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 85.9 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Quick Start
Install packages
```console
yarn
```
**Client**
Run client
```console
nvm use 16
yarn watch
```
Then, https://code.visualstudio.com/docs/editor/debugging
**Server**
Populate server `.env` vars
```console
ACCESS_TOKEN_SECRET=
GITHUB_CLIENT_SECRET=
GITHUB_CLIENT_ID=
```
Run server
```console
yarn watch
yarn dev
```
### UI
Sidebar UI
Pallete
Extension Icon