vscode repo added

This commit is contained in:
Francois B 2018-02-12 17:01:27 +01:00
parent 51f882caa4
commit 71bd281a84
2 changed files with 24 additions and 6 deletions

View file

@ -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: