I’m unused to sleeping while there’s someone else in my apartment. Every time I hear any sound I immediately wake up. Also my AC doesn’t reach my room very well without the door being open and it being set to cold temperature, and it makes it so my room is just barely passable while main room is cold as hell, which is where my brother slept. Second day of bad sleep, but better than yesterday.

We went to supermarket to but a new washing machine. Since we didn’t have breakfast, we went to the cafeteria and got some food there.

1000029199.jpg

Could be better for its price tbh.

We then found a good machine and bought it. Came back home and I hopped on PC.

Today I found pre-built VSCode for Web. The next step was to make it use Nekoweb’s API for filesystem. It took me a while to understand how to even add my own extension, but I figured it out eventually, and apparently I didn’t even need any kind of builders, I could just use require and module.exports directly. From there, it was quite straightforward. I used vscode.workspace.registerFileSystemProvider for Nekoweb FS, and also added support for NekoGit using vscode.scm.createSourceControl. Also created a Live Preview using vscode.window.createWebviewPanel. It was all done in a day, and I published the Beta in the night.