code-server/src
Joe Previte 5c61318592
refactor: only accept string in pathToFsPath
CodeQL caught a path where we were passing in req.query.path
to pathToFsPath, which may not have been a string.

So we refactored some things to ensure we only pass it a string
which also let us change the parameter type to string
instead of string | string[].
2021-07-21 11:11:59 -07:00
..
browser feat(vscode): update to version 1.57.0 (#3544) 2021-07-14 00:39:20 +05:30
common Re-enable update tests 2021-05-04 13:29:42 -05:00
node refactor: only accept string in pathToFsPath 2021-07-21 11:11:59 -07:00