Answers for "how to can i install vscode extension on vs codium"

2

vsix visual studio code

code --install-extension myextension.vsix
Posted by: Guest on June-27-2020
0

how to can i install vscode extension on vs codium

#You can download the .vsix on the github page of each extensions
# link to the market : https://marketplace.visualstudio.com/VSCode

codium --install-extension myextension.vsix
Posted by: Guest on July-09-2021

Code answers related to "how to can i install vscode extension on vs codium"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language