Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi!
I accidently removed the conda environments with the synapse Kernel.
How can I reinitialize the vscode extension for it to reinstall the kernels?
I already uninstalled and installed the extension it while reloading the window, but that didn't fire up the initialization script.
Solved! Go to Solution.
Hi @victorha
Did you accidently remove the envs fabric-synapse-runtime-1-1 and fabric-synapse-runtime-1-2 from your conda envs directory like below? (The picture is my conda envs directory, so maybe different from yours.)
If so, after uninstalling the Synapse VS Code extension, click "Restart Extensions". Then re-install and enable the extension.
After that it should pop up the following message in the bottom right corner, indicating that it's preparing the envs. Click "show log" will show the logs of preparing the envs and downloading packages for them.
Wait a while, the envs will be prepared again.
Before re-installing the extension, you need to ensure the Prerequisites are met and %JAVA_HOME%/bin and condabin paths are added to the Path variable of your system.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!
Hi @victorha
Did you accidently remove the envs fabric-synapse-runtime-1-1 and fabric-synapse-runtime-1-2 from your conda envs directory like below? (The picture is my conda envs directory, so maybe different from yours.)
If so, after uninstalling the Synapse VS Code extension, click "Restart Extensions". Then re-install and enable the extension.
After that it should pop up the following message in the bottom right corner, indicating that it's preparing the envs. Click "show log" will show the logs of preparing the envs and downloading packages for them.
Wait a while, the envs will be prepared again.
Before re-installing the extension, you need to ensure the Prerequisites are met and %JAVA_HOME%/bin and condabin paths are added to the Path variable of your system.
Best Regards,
Jing
If this post helps, please Accept it as Solution to help other members find it. Appreciate your Kudos!