Skip to content

dominicparga/devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devcontainer

License Tags Last commit

Usage

This is my personal VSCode devcontainer. It contains some specific user settings. Thus I'd appreciate not using my image+Dockerfile without respective adjustments.

FAQ / Troubleshooting

Weird experiences from friends and others, which are using this repo, are mentioned below.

Syntax error

These devcontainer is used with bash. Check how sh is symlinked, e.g. via

ls -1GF --color=auto -lh -a $(which sh)

For instance, Debian uses dash instead of bash per default. In this case, you can change the used shell in your terminal. However, probably the best option is changing the default system shell with chsh.