Kelvin Schoofs
c9946e01bf
Improve/finish task variables
4 years ago
Kelvin Schoofs
6d614c6fc3
Add support for new task variables
4 years ago
Kelvin Schoofs
00b2d36e4b
Improve task provider functionality
4 years ago
Kelvin Schoofs
5377a58583
Add (create)TextTerminal to pseudoTerminal.ts
4 years ago
Kelvin Schoofs
8c0b5c4d1a
Simplify tryGetHome and remove unused (now) streams.ts
4 years ago
Kelvin Schoofs
b071a32ed4
Update webview create-react-app framework and IDE support
4 years ago
Kelvin Schoofs
73b3e2dbe8
Refactor webview a bit
4 years ago
Kelvin Schoofs
aa17321564
Add TerminalLinkProvider for absolute paths
4 years ago
Kelvin Schoofs
d66e2780f5
Shortcut pickConnection for only 1 connection
4 years ago
Kelvin Schoofs
b0155c547f
Fix bug in pickComplex for commands
4 years ago
Kelvin Schoofs
4a7b456451
Make use of ExtensionContext.extensionMode
4 years ago
Kelvin Schoofs
8f129d7bb4
Fix bug in sshfs.disconnect command
4 years ago
Kelvin Schoofs
a90609aa48
Fix typo in JSDoc for FileSystemConfig.terminalCommand
4 years ago
Kelvin Schoofs
65fa99b554
Add terminalCommand to FileSystemConfig
4 years ago
Kelvin Schoofs
5c82692862
Improve prompting (+ support prompting host) ( closes #217 )
4 years ago
Kelvin Schoofs
70d38eec1b
Add disconnectAll command ( closes #144 )
4 years ago
Kelvin Schoofs
0e1d53f68e
Remove regular log statement in putty.ts
4 years ago
Kelvin Schoofs
01cad2159a
Refactor tree views + make Manager use ConnectionManager
4 years ago
Kelvin Schoofs
56b10b9c15
Improve command system + add new commands
4 years ago
Kelvin Schoofs
c3d1bc8b29
Add .terminal field to SSHPseudoTerminal
4 years ago
Kelvin Schoofs
43f964e11c
Add onClose event to SSHFileSystem
4 years ago
Kelvin Schoofs
0cdf8c6ef3
Improve logging
4 years ago
Kelvin Schoofs
8e074723ec
Fix typos in comments/logging
4 years ago
Kelvin Schoofs
9e3041116c
Mark some imports as type-only
4 years ago
Kelvin Schoofs
327ae2b2c8
Improve isWorkspaceStale detection
4 years ago
Kelvin Schoofs
a50bef43b5
Split functionality from Manager into a ConnectionManager
4 years ago
Kelvin Schoofs
d24d555786
Make sshFileSystem methods trigger OnDidChangeFile ( fixes #212 )
4 years ago
Kelvin Schoofs
107e22ec07
Improve logging
4 years ago
Kelvin Schoofs
03fd60d36e
Make createTerminal use exec (with $SHELL for shell)
...
Task type ssh-shell now supports workingDirectory option
Uses config.root as default (fixes #210 )
createTerminal no longer needs active FS for relative workingDirectory
4 years ago
Kelvin Schoofs
e158bf251c
Merge createTerminal and createTaskTerminal
4 years ago
Kelvin Schoofs
f0ee09a795
Improve logging and error handling in SSHFileSystem
4 years ago
Kelvin Schoofs
305a2c5825
Improve logging facilities and usage
4 years ago
Kelvin Schoofs
324e33bbea
Fix lazy imports in manager.ts
4 years ago
Kelvin Schoofs
ca43200a62
Fix issue with censorConfig not censoring _calculated
4 years ago
Kelvin Schoofs
d0a853b42d
Fix configure command using actualized config
4 years ago
Kelvin Schoofs
484a6ab242
Fix default working directory for terminals + setting working directory when root starts with "~"
4 years ago
Kelvin Schoofs
a7fafedd7e
Display error message (with Retry option) when creating a terminal fails
4 years ago
Kelvin Schoofs
883adec1dc
Fix bug where picking a config from a command might pick an actualized config
4 years ago
Kelvin Schoofs
ffef5c64fa
Add "Open remote SSH terminal" in explorer for ssh:// directories + make root-sensitive
4 years ago
Kelvin Schoofs
bbba8b7280
Slight improvements/fixes
4 years ago
Kelvin Schoofs
b04e78886d
Fix bug where reconnecting a (or adding an extra) filesystem didn't actually add the workspace folder
4 years ago
Kelvin Schoofs
cc8561d29f
Make active/pending ssh-shell tasks keep a connection active
4 years ago
Kelvin Schoofs
deb4de03be
Fix bug where starting vscode with a ssh:// workfolder spams a ton of SFTP connections (and erroring out due to that)
4 years ago
Kelvin Schoofs
f639b9086a
Add the ssh-shell task type to allow defining/running tasks that run commands on a remote host
4 years ago
Kelvin Schoofs
2d4a582dee
Add the ability to open a SSH terminal
4 years ago
Kelvin Schoofs
dea6a03116
Refactor and improve logging
4 years ago
Kelvin Schoofs
76fad83d0c
Add CSP and asWebviewUri to webview
...
Fixes #147 and #197
4 years ago
Kelvin Schoofs
a7bc30dbf7
Update dependencies and IDE integration
4 years ago
Kelvin Schoofs
f044bb42a0
Fix source files to adhere to stricter TS type checking
5 years ago
Kelvin Schoofs
2386ee1f73
Fix bug with how filesystems get disconnected
6 years ago