I just pushed my #ros2 #devcontainer to #codeberg using rootless #podman
I just pushed my #ros2 #devcontainer to #codeberg using rootless #podman
I haven't looked at the Zed editor before, but with the included #devcontainer support, I think I will give it a try..
You guys using Zed editor??
Run Your Project in a Dev Container, in Zed — Zed's Blog
【VSCode】devcontainerでCodex認証が通らない? ポート1455を巡る「椅子取りゲーム」の制し方
https://qiita.com/cojicoji136/items/ce5b5806f6d9e3175b93?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Getting the #RubyLSP #VSCode extension working in a #DevContainer with the #rv #Ruby version manager is a little fiddly.
The least amount of configuration that I can figure out is a configuration like this:
```
"customizations": {
"vscode": {
"extensions": [
"Shopify.ruby-lsp"
],
"settings": {
"rubyLsp.customRubyCommand": "PATH=$(rv ruby dir)/ruby-3.3.10/bin:${PATH}",
"rubyLsp.rubyVersionManager.identifier": "custom"
}
}
}
```
https://shopify.github.io/ruby-lsp/version-managers.html#custom-activation
Does anyone know how to setup a #devcontainer for #Android development with #dotnet and #JetbrainsRider ?
I can get the container running, and build the project, but can't get the emulator to work to add a virtual device, nor make my physical phone show in the devices panel.
#DevContainer 無いから困ると思ってたけど実は組み込みで存在していたのか。さらなる強化に今後期待。 #Antigravity
https://dev.classmethod.jp/articles/dont-forget-to-use-devcontainer-when-using-antigravity/
🎉 My New #HomeAssistant Integration Blueprint is live!
Modern template for custom integrations with:
✅ GitHub Copilot and generic AI agent assisted development
✅ Config flow, coordinator, multiple entity types
✅ #Python 3.13 + async patterns
✅ Full test setup with pytest
✅ #DevContainer for instant setup
✅ #GitHubCodespaces ready (60h/month free!)
✅ Core-aligned tooling (Ruff, Pyright)
Perfect for creating HACS integrations! 🚀
I enjoy setting up a development container at the start of a new project. It takes a bit more time upfront, but then I can work on any of my projects on any machine without having to do toolchain setup all over again. This time it's getting the #RaspberryPi Pico SDK set up with all required build tools. It probably already exists somewhere, but I like building my own.