This repository was archived by the owner on Nov 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
dotnetcore-2.2-fsharp/.devcontainer
python-3-django/.devcontainer
python-3-flask-redis/.devcontainer
python-3-jupyter-pyspark/.devcontainer Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM microsoft/dotnet:2.2-sdk
7
7
8
8
# Copy endpoint specific user settings overrides into container to specify
9
9
# .NET Core should be used as the runtime.
10
- COPY settings.vscode.json /root/.vscode-remote/data/User /settings.json
10
+ COPY settings.vscode.json /root/.vscode-remote/data/Machine /settings.json
11
11
12
12
# Install git
13
13
RUN apt-get update && apt-get -y install git
Original file line number Diff line number Diff line change 6
6
FROM python:2-slim
7
7
8
8
# Copy endpoint specific user settings overrides into container to specify Python path
9
- COPY settings.vscode.json /root/.vscode-remote/data/User /settings.json
9
+ COPY settings.vscode.json /root/.vscode-remote/data/Machine /settings.json
10
10
11
11
RUN pip install pylint
12
12
Original file line number Diff line number Diff line change 6
6
FROM python:3-slim
7
7
8
8
# Copy default endpoint specific user settings overrides into container to specify Python path
9
- COPY settings.vscode.json /root/.vscode-remote/data/User /settings.json
9
+ COPY settings.vscode.json /root/.vscode-remote/data/Machine /settings.json
10
10
11
11
ENV PYTHONUNBUFFERED 1
12
12
Original file line number Diff line number Diff line change 6
6
FROM python:3-slim
7
7
8
8
# Copy default endpoint specific user settings overrides into container to specify Python path
9
- COPY settings.vscode.json /root/.vscode-remote/data/User /settings.json
9
+ COPY settings.vscode.json /root/.vscode-remote/data/Machine /settings.json
10
10
11
11
RUN mkdir /workspace
12
12
WORKDIR /workspace
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN apt-get autoremove -y \
19
19
COPY jupyter_notebook_config.py /home/jovyan/.jupyter/jupyter_notebook_config.py
20
20
21
21
# Copy default endpoint specific user settings overrides into container to specify Python path, token
22
- COPY settings.vscode.json /home/jovyan/.vscode-remote/data/User /settings.json
22
+ COPY settings.vscode.json /home/jovyan/.vscode-remote/data/Machine /settings.json
23
23
24
24
RUN chown jovyan -R /home/jovyan
25
25
Original file line number Diff line number Diff line change 6
6
FROM python:3-slim
7
7
8
8
# Copy default endpoint specific user settings overrides into container to specify Python path
9
- COPY settings.vscode.json /root/.vscode-remote/data/User /settings.json
9
+ COPY settings.vscode.json /root/.vscode-remote/data/Machine /settings.json
10
10
11
11
RUN pip install pylint
12
12
Original file line number Diff line number Diff line change 6
6
FROM rust:1
7
7
8
8
# Copy endpoint specific user setting overrides into container
9
- COPY settings.vscode.json /root/.vscode-remote/data/User /settings.json
9
+ COPY settings.vscode.json /root/.vscode-remote/data/Machine /settings.json
10
10
11
11
RUN rustup update
12
12
RUN rustup component add rls rust-analysis rust-src
Original file line number Diff line number Diff line change 6
6
FROM swift:4
7
7
8
8
# Copy endpoint specific user setting overrides into container
9
- COPY settings.vscode.json /root/.vscode-remote/data/User /settings.json
9
+ COPY settings.vscode.json /root/.vscode-remote/data/Machine /settings.json
10
10
11
11
# Install git
12
12
RUN apt-get update && apt-get -y install git
You can’t perform that action at this time.
0 commit comments