Welcome to new things

[Technical] [Electronic work] [Gadget] [Game] memo writing

VSCode

I want to run Visual Studio Code using only a browser, so I'm going to use Theia, a VSCode-like software, to build an environment where I can code and terminal in a browser.

I use multiple PCs and have Visual Studio Code (VSCode) installed on each PC. I often think that if VSCode could be used on a browser, it would be easier to use the same environment anytime without the need for setup. GitHub Codespaces is …

Change the TypeScript version of VSCode

When I create a TypeScript React app with create-react-app app-name --template typescript and try to edit it in VSCode, I get the following error message Cannot use JSX unless the '--jsx' flag is provided. ts(17004) error. I found out that…

Enabling the Raspberry Pi to be used only with a PC without mouse, keyboard, and monitor.

When I saw the news of the Raspberry Pi4 announcement, I pulled out my Raspberry Pi and touched it for the first time in a while. I had touched the Raspberry Pi a little before, but gradually stopped using it because I was too lazy to move…

How to open settings.json in VisualStudioCode

I thought I could no longer open settings.json after settings were made via GUI, but I was able to open it with the following. [File]-[Basic Settings]-[Settings] Click on the "{}" icon in the upper right tab I was looking for the "edit in …