We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f9e50 commit eb560a0Copy full SHA for eb560a0
1 file changed
.devcontainer/setup.sh
@@ -3,7 +3,7 @@
3
echo 'Please wait for setup to finish ...'
4
eval "$(micromamba shell hook --shell bash )"
5
6
-# get repo
+# get repo and move user .devcontainer to temporary folder
7
8
if [ $(find . -maxdepth 1 -type d ! -name . ! -name .devcontainer | wc -l) -eq 0 ];
9
then
0 commit comments