Heath Stewart · @heaths
197 followers · 563 posts · Server fosstodon.org

Teh `azd` has been available for a short while as a feature, which I recently used in github.com/heaths/azcrypto: github.com/heaths/azcrypto/pul

It will not only install `azd`, but the dev extension for . It makes deploying resources and applications a breeze.

I use it in azcrypto in lieu of the resource provisioning scripts I originally wrote for all of to deploy resources uniformly. This is a publicly available (near) equivalent.

#azuredevelopercli #devcontainer #azure #vscode #azuresdk

Last updated 2 years ago

hisoft · @iNViTiON
99 followers · 733 posts · Server mastodon.in.th

เพิ่งรู้ตัวว่าไม่รู้จะดิ้นรนหาทาง setup | ไปทำไมในเมื่อกดดูจาก VSCode ได้อยู่แล้ว แถมดูแบบ remote ข้ามไปทั้ง , remote และ ได้หมดเลยด้วย

#docker #podman #desktop #wsl #devcontainer

Last updated 2 years ago

PyLadies Bot · @pyladies_bot
99 followers · 91 posts · Server botsin.space

📝 "A Dev Container for SQLAlchemy with SQLTools"

👤 Pamela Fox (@pamelafox)

🔗 blog.pamelafox.org/2023/05/a-d

#pyladies #python #devcontainer

Last updated 2 years ago

PyLadies Bot · @pyladies_bot
94 followers · 80 posts · Server botsin.space

📝 "Providing feedback on the VS Code Python experience"

👤 Pamela Fox (@pamelafox)

🔗 blog.pamelafox.org/2023/06/pro

#pyladies #python #devcontainer #vscode

Last updated 2 years ago

Andreas Heissenberger · @andreasheissenberger
4 followers · 2 posts · Server me.dm

forwardPort variable - please Vote for implementation - thank you! github.com/microsoft/vscode-re

#devcontainer #vscode

Last updated 2 years ago

Sean Coates · @sean
319 followers · 598 posts · Server scoat.es

:

Installing the (or Pylance) extension in a will crash the remote extension host without any useful log message if my container is on `aarch64` (a.k.a `arch: host` in colima config). Switched to `x86_64`, and the problem seems to have resolved.

Glad I noticed the architecture and guessed about the fix. Couldn’t find any useful info from the logs. I did find this after resolving it myself: github.com/microsoft/vscode-py

Maybe this will help you…

#vscode #python #devcontainer #colima #yakshave

Last updated 2 years ago

Max M. · @maxmue
64 followers · 661 posts · Server social.saarland

Ich wollte eben mal ausprobieren, aber irgendwie krieg ich das unter nich so richtig zum Laufen. Da die Pacman-Variante OSS ist, hab ich "code" als installiert. Der Sample Container von code.visualstudio.com/docs/dev hat auch funktioniert, aber wenn ich jetzt bspw. github.com/mastodon/mastodon versuche darin zu öffnen wirft er direkt ne Fehlermeldung. Hat da jmd ne Idee? Die Fehlermeldung ist leider nicht sehr hilfreich und die Debug-Logs sagen auch nichts aus.

#devcontainer #manjaro #snap

Last updated 2 years ago

Tomas Ekeli · @tomasekeli
696 followers · 2364 posts · Server snabelen.no

i'm at the point now where it feels kind of icky to run directly on my machine.

i want a around the things - so it doesn't interact with whatever broken combination of libraries, files and environment-variables my computer has.

#vscode #devcontainer

Last updated 2 years ago

Oli Sturm · @olisturm
49 followers · 165 posts · Server mastodon.world

Desktop default setting on Mac is to use only 2GB memory… turns out if you have a that runs some JS/TS and a couple other things, that container alone easily uses >2GB memory. It’ll generate enormous CPU load and disk read/write stats, together with yoyo-ing memory usage as it tries to restart language services over and over. Raise Docker’s memory limit (docs.docker.com/desktop/settin) and all this goes away at once. Resource defaults on Windows are similar, check it out!

#docker #vscode #devcontainer

Last updated 3 years ago

Eduard Roccatello · @mastershadow
10 followers · 29 posts · Server mas.to

Before starting we need to setup a new environment.
For beginners I will suggest you to create a new to use in Visual Studio Code which leverages and . Let's see how!
youtu.be/VHZqBxynvZI

#docker #Python #devcontainer #programming #development #geospatial

Last updated 3 years ago

happyday · @happyday
22 followers · 243 posts · Server mastodon.world
worldofgeese · @worldofgeese
144 followers · 211 posts · Server fosstodon.org

Next blog post releasing this week uses a to showcase in and fully remote dev environments (where both dev env and deployment target are remote). Lots of fun ideas here. Holistic, portable homes for tools is a lever for collaboration across teams, whether you're on macOS, or Windows (well ) or Linux

#devcontainer #gardenio #remocal #wsl2

Last updated 3 years ago

Martin Peck · @martinpeck
78 followers · 102 posts · Server fosstodon.org

Getting @crystalLanguage up and running wasn't as easy as I'd hoped (mostly because of missing dependencies). So, I've created a that installs all the dependencies and installs on a development environment.

This all lives in a repo that also contains copies of the Getting Started examples from the official docs.

github.com/martinpeck/crystal-

#vscode #devcontainer #crystal #containerised #ubuntu

Last updated 3 years ago

Sean Killeen · @sjkilleen
334 followers · 284 posts · Server mastodon.social

A fun little bit of hacking tonight! released a new version that runs as a global tool. I was able to update the docs docfx-action action to drastically simplify it. It now is based on the container with a small tool install. Then I updated the NUnit docs to be based on that, plus our node tooling.

Simpler, faster, nicer. Feels good.

#oss #docfx #dotnet #nunit #github #ubuntu #devcontainer

Last updated 3 years ago

Christopher MacGown · @0x44
14 followers · 3 posts · Server hachyderm.io

If you use a , and also use @tectonic’s mcfly, I just pushed an update my devcontainer feature that pulls the fix for mcfly crashing when it’s history file isn’t explicitly set.

github.com/ChristopherMacGown/

#vscode #devcontainer

Last updated 3 years ago

Tyler Auerbeck · @tylerauerbeck
227 followers · 219 posts · Server hachyderm.io

Me, describing the I just had to build: I had to do a lot of things that I didn’t love

#devcontainer

Last updated 3 years ago

Tom01098 · @Tom01098
1 followers · 20 posts · Server fosstodon.org

I've finally cracked how to use SSH keys from a in ! tom01098.github.io/2022/12/05/

#devcontainer #vscode

Last updated 3 years ago

Dave Mackey · @davidshq
79 followers · 133 posts · Server hachyderm.io

for anyone interested in getting @joinmastodon running in a dev env using I've posted a rough set of instructions here: babyprogrammer.com/blog/gettin

#mastodon #vscode #devcontainer

Last updated 3 years ago

paul :verified_paw: · @paul
33 followers · 58 posts · Server hachyderm.io

I wrote a post a few months ago on adding features which did not age very well 😅 Revisited the topic here to show how you can easily add cli extensions and to your using the new feature dev.to/azure/re-visiting-dev-c

#devcontainer #azure #AzureBicep #devcontainers #azurecli

Last updated 3 years ago