Welcome to my toolbox! This is an ongoing project to support automation of my daily tasks and focuses on improvement of daily work.
Get started by reviewing the answers to the following questions:
- How do I report security concerns?
- How should I behave here?
- How can I help?
- What's the latest?
- Where are we going next?
This project is built using Node.js and TypeScript. After installing Node.js, clone the repository and install the dependencies:
git clone
npm install
After cloning and installing dependencies, you'll need to compile the TypeScript code to JavaScript. You can do this by running:
npx tsc
You're now ready to debug the extension!