You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/powershell/devcontainer-feature.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"id": "powershell",
3
-
"version": "1.0.7",
3
+
"version": "1.0.8",
4
4
"name": "PowerShell",
5
5
"description": "Installs PowerShell along with needed dependencies. Useful for base Dockerfiles that often are missing required install dependencies like gpg.",
Copy file name to clipboardExpand all lines: src/python/devcontainer-feature.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"id": "python",
3
-
"version": "1.0.6",
3
+
"version": "1.0.7",
4
4
"name": "Python",
5
5
"description": "Installs the provided version of Python, as well as PIPX, and other common Python utilities. JupyterLab is conditionally installed with the python feature. Note: May require source code compilation.",
0 commit comments