Code Studios: VSCode devcontainer.json or similar to pre-load other extensions?
importthepandas
Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron
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
Tagged:
Best Answer
-
importthepandas Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS Core Concepts, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 115 Neuron
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