Skip to content

Tags: coder/devcontainer-features

Tags

feature_code-server_1.1.0

Toggle feature_code-server_1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump code-server version to 1.1.0 (#15) 

feature_code-server_1.0.0

Toggle feature_code-server_1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add `passwordFile`, `hashedPasswordFile`, `githubAuthTokenFile`… … and `absProxyBasePath` options (#10) Adds the final four options - `passwordFile` - `hashedPasswordFile` - `githubAuthTokenFile` - `absProxyBasePath` The decision to pass credentials via a file instead of embedding them directly in the devcontainer.json is to allow people the ability to not commit the password to source control.