Release 0.4, First Blog

For the Final release, I have a few projects to work on in mind. The first one is VS Code, and I'm also looking into Filer issues.
Here's the one ticket I'm trying to do now: https://github.com/Microsoft/vscode/issues/71690
It requires adding a border around the vscode window, in order to be able to differentiate vs code from Visual Studio when using both at the same time, and their windows overlap.
In order to set up this project, I used: yarn watch to start TypeScript incremental builder. And then: .\scripts\code.bat  to test the changes.

In case this ticket won't work out, I'm planning to continue working on Vibranium project from my previous release. Issue: https://github.com/kelvinkamau/Vibranium/issues/63

Comments

Popular posts from this blog

fs.rmdir() vs fs.rmdirSync() in Node.js

Final Summary Blog Post

Discovering Open Source Projects