You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vscode-sshfs/src
Kelvin Schoofs 05e1b6995f
Fix issue with debug mode on code-server (fixes #279)
3 years ago
..
config.ts Better error handling and CHECK_HOME flag support for tryGetHome 3 years ago
connect.ts Better port validation + fill actual config with default SSH port (fix #266) 3 years ago
connection.ts Improve effect of CHECK_HOME flag (fixes #277) 3 years ago
extension.ts Fix issue with debug mode on code-server (fixes #279) 3 years ago
fileSystemConfig.ts Make URIs act as absolute paths, `root` field only hints to commands 3 years ago
fileSystemRouter.ts Make URIs act as absolute paths, `root` field only hints to commands 3 years ago
logging.ts Fix issue with debug mode on code-server (fixes #279) 3 years ago
manager.ts Fix bug in connect command with `Root` starting with `~` (fixes #280) 3 years ago
proxy.ts Better port validation + fill actual config with default SSH port (fix #266) 3 years ago
pseudoTerminal.ts Combine toPromise.ts and some functions into new utils.ts 3 years ago
putty.ts Combine toPromise.ts and some functions into new utils.ts 3 years ago
sshFileSystem.ts Format and optimize imports 3 years ago
treeViewManager.ts Refactor tree views + make Manager use ConnectionManager 4 years ago
ui-utils.ts Format and optimize imports 3 years ago
utils.ts Improve logging of errors through promises 3 years ago
webview.ts Combine toPromise.ts and some functions into new utils.ts 3 years ago
webviewMessages.ts Refactor webview a bit 4 years ago