Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Dominique Marcadet
OpenVSCode Server Base
Commits
7031196f
Unverified
Commit
7031196f
authored
Aug 12, 2022
by
Dominique Marcadet
Browse files
hide some files in VSCode explorer view
parent
6e01d661
Pipeline
#21807
passed with stage
in 1 minute and 22 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
7031196f
...
...
@@ -74,6 +74,10 @@ RUN mkdir /home/initialWorkspace \
## user installations
USER
openvscode-server
# hide some files in VSCode explorer vue
RUN
mkdir
-p
/home/initialWorkspace/.openvscode-server/data/Machine/
COPY
settings.json /home/initialWorkspace/.openvscode-server/data/Machine/
# Install on-my-zsh
RUN
sh
-c
"
$(
curl
-fsSL
https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh
)
"
COPY
.zshrc /home/initialWorkspace/
...
...
settings.json
0 → 100644
View file @
7031196f
{
"files.exclude"
:
{
".openvscode-server"
:
true
,
".zcompdump"
:
true
,
".zsh_history"
:
true
,
".zshrc"
:
true
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment