We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81765e8 commit 91591c8Copy full SHA for 91591c8
Dockerfile
@@ -117,7 +117,7 @@ RUN cd /tmp && \
117
# Clone the repository at the latest release tag
118
git clone --branch "$latest_tag" --depth 1 "https://github.com/microsoft/$repo.git" && \
119
cd "$repo" && \
120
- # Modify package.json to remove the "Run Python File" button from the editor title bar
+ # Modify package.json to remove the editor/title/run contributions if it exists
121
jq 'del(.contributes.menus."editor/title/run")' package.json > package.tmp.json && \
122
mv package.tmp.json package.json && \
123
npm install && \
0 commit comments