Skip to content

Commit 91591c8

Browse files
committed
update comment
1 parent 81765e8 commit 91591c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ RUN cd /tmp && \
117117
# Clone the repository at the latest release tag
118118
git clone --branch "$latest_tag" --depth 1 "https://github.com/microsoft/$repo.git" && \
119119
cd "$repo" && \
120-
# Modify package.json to remove the "Run Python File" button from the editor title bar
120+
# Modify package.json to remove the editor/title/run contributions if it exists
121121
jq 'del(.contributes.menus."editor/title/run")' package.json > package.tmp.json && \
122122
mv package.tmp.json package.json && \
123123
npm install && \

0 commit comments

Comments
 (0)