mirror of
https://github.com/coder/code-server.git
synced 2025-07-30 13:32:59 +08:00
Update VS Code
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user