nebari-dev / nebari-docker-images

📦 Ready to use Docker images maintained by the Nebari team
BSD 3-Clause "New" or "Revised" License
6 stars 13 forks source link

add python as default vscode extension #172

Closed Adam-D-Lewis closed 4 months ago

Adam-D-Lewis commented 4 months ago

Reference Issues or PRs

Addresses https://github.com/nebari-dev/nebari/issues/2572 Installs python extension by default

What does this implement/fix?

Put a x in the boxes that apply

Testing

Documentation

Access-centered content checklist

Text styling

Non-text content

Any other comments?

Adam-D-Lewis commented 4 months ago

This image built successfully, but starting code-server from jupyterlab did not show the python extension already installed.
The build logs show

#45 11.27 + code-server --install-extension ms-python.python
#45 28.15 [2024-07-23T16:00:07.294Z] info  Wrote default config file to /root/.config/code-server/config.yaml
#45 37.73 Installing extensions...
#45 49.73 Installing extension 'ms-python.python'...
#45 117.8 Extension 'ms-python.debugpy' v2024.8.0 was successfully installed.
#45 117.8 Extension 'ms-python.python' v2024.4.1 was successfully installed.

which looks good, so I'm not sure what's going on. I'll close for now.