vscode-dev-containers
vscode-dev-containers copied to clipboard
NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https...
Devcontainer do not work at all. Steps to reproduce: 1. Add a docker context for a remote server (here alpine Linux and user root via ssh) 2. Try to open...
When the `userns-remap` property is set in `/etc/docker/daemon.json` , workspace folders are mounted as read-only and are inaccessible to the user, even `root` is unable to change the permissions of...
As the [docs specify](https://code.visualstudio.com/docs/remote/devcontainerjson-reference#_vs-code-specific-properties), the `extensions` property is an array of extension IDs that should be installed inside the container when it's created. However, as a developer of `devcontainer.json` files,...
relevant to: https://github.com/microsoft/vscode-dev-containers/issues/1477
Removes the duplicate `add` from the comments.
- VSCode Version: 1.71.0-insider - Remote Container version: v0.243.0 - Local OS Version: WSL2 (Ubuntu 20.04.4 LTS) - Local chip architecture: Linux x86_64 - Reproduces in: Remote - Containers -...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1. Release notes Sourced from postgresql's releases. 42.4.0 What's Changed Enhancement: Made TimestampUtils.utcTz static and renamed to UTC_TIMEZONE by @svendiedrichsen in pgjdbc/pgjdbc#2519 fix: return correct...
Necessary for local development.
Why isn't azurite already in the container? I looked with `npm list -g` and it isn't there but I need azurite to run the container locally don't I? Relates to: