vscode repo added
This commit is contained in:
parent
51f882caa4
commit
71bd281a84
2 changed files with 24 additions and 6 deletions
|
@ -888,12 +888,19 @@ function installPyCharmMenu () {
|
|||
installAppsFromListMenu pycharm
|
||||
}
|
||||
|
||||
#TODO:
|
||||
#
|
||||
# install Pycharm Apps (headless)
|
||||
#
|
||||
function installVisualStudioCode () {
|
||||
if which umake >/dev/null; then
|
||||
msg "Umake installing : Visual-studio-code"
|
||||
sudo umake ide visual-studio-code
|
||||
fi
|
||||
msg "Installing PyCharm"
|
||||
installAppsFromList code
|
||||
}
|
||||
|
||||
#
|
||||
# install Pycharm Apps (Menu)
|
||||
#
|
||||
function installVisualStudioCode () {
|
||||
installAppsFromListMenu code
|
||||
}
|
||||
|
||||
#TODO:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue