© 2022 Hashnode
#vscode
Cobalt2 Theme by Wes Boss One Dark Pro by binaryify Coder Coder Dark by Coder Coder Palenight Theme by Olaolu Olawuyi Community Material Theme by Equinusocio Winter is Coming Theme by John Papa Code Blue by Sujan codeST…
macOS から Linux に引っ越してきてしばらく経つわけですが、バックエンドの開発環境用の docker-compose.yml をわけたいのです。理由は envsreasons macOS(amd64)docker-sync を使って volume を mount する Linuxdocker-sync 不要 だからです。なので今まで通り macOS で開発する人はその…
Test Driven Development is required to go through multiple times of small changes in production code and test code concurrently. It would be nice to have GUI IDE to load all files in one workspace. Al…
Switching to a new debugger and potentially changing your debugging process could be scary. So I hope this post can help you get familiar with ruby/debug and make the migration smoother. (In the rest of the article, I'll use debug to refer …
Do you know Ruby's official debugger ruby/debug provides out-of-box integration with VSCode? If you haven't tried it yet or having difficulty making it work, I hope this short post will help you set it up. Basic Setup Install the VSCode rd…
TLDR; I'm lazy and want to start all open Python scripts by hitting F5 and expect absolute and relative imports to work fine, no matter where the script resides within the folder structure. Skip to the end to access a ready-made launch.json…
If you're working on a JavaScript project in VSCode, you might want to run your JavaScript files directly from the terminal. This is especially useful when you want to test a specific script file or t…
This week's VS Code Tip of the Week is care of Matt Bierner. Matt always has amazing tips, so I highly recommend giving him a follow on Twitter. I'm a big fan of inlay hints, but sometimes they can ge…
1. RapidAPI Client Fulfill all your need for API development. • Test and consume APIs • Work with your VS Code theme • Generate TypeScript, Swift, and Python interfaces from responses. 🔗 https://mar…
VS Code is amazing, but it's pretty boring looking by default. The good news is that it only takes a few minutes to start to customize it and make it look much more fun! In this article, I'm going to …