Update VS Code

This commit is contained in:
Asher
2019-09-03 17:24:14 -05:00
parent 12bc26b6b4
commit da7d8b04a8
4 changed files with 35 additions and 35 deletions

View File

@ -207,7 +207,7 @@ function in-vscode () {
function main() {
local rootPath
rootPath="$(cd "$(dirname "${0}/..")" ; pwd -P)"
rootPath="$(cd "$(dirname "${0}")/.." ; pwd -P)"
local task="${1}" ; shift
if [[ "${task}" == "ensure-in-vscode" ]] ; then