Code Studios: VSCode devcontainer.json or similar to pre-load other extensions?

Solved!
importthepandas
Code Studios: VSCode devcontainer.json or similar to pre-load other extensions?

Hi Dataiku Team

Is there currently a way to configure other extensions to be pre-loaded upon container creation for a vscode template code studio? I believe I can add a .vscode folder and an extensions.json to suggest required extensions with additional files block, but im wondering if there's a way to inject similar to devcontainer.json where these will pre-load?

Thanks!


Operating system used: Ubuntu 18.04

0 Kudos
1 Solution
importthepandas
Author

Disregard, self solved. Append to dockerfile blocks for the win! 

 

RUN code-server --extensions-dir /home/dataiku/.local/share/code-server/local-extensions --install-extension christian-kohler.path-intellisense

 

View solution in original post

1 Reply
importthepandas
Author

Disregard, self solved. Append to dockerfile blocks for the win! 

 

RUN code-server --extensions-dir /home/dataiku/.local/share/code-server/local-extensions --install-extension christian-kohler.path-intellisense