Commit Graph

55 Commits (6985ead38ef84cbfa36a889df8ae618d726bc2f0)

Author SHA1 Message Date
Kelvin Schoofs 6985ead38e Fix build workflow to account for incompatibility from using a new vsce version
2 years ago
Kelvin Schoofs 6eff0bed10 Add the ability for configs to extend other configs (#268)
2 years ago
Kelvin Schoofs 4a6203508a Fix linter warnings in Markdown files
2 years ago
Kelvin Schoofs 8909d05855 Upgrade dependencies
2 years ago
Kelvin Schoofs 4d389f3ee0 Update to Yarn 3.5.0
2 years ago
Kelvin Schoofs 831a247f4b Refactor how configuration files are loaded
2 years ago
Kelvin Schoofs 11b8f052db Move flag system to separate file and fix import quotes
2 years ago
Kelvin Schoofs 5721f1ca09 Add `SHELL_CONFIG` flag and fix too eager PowerShell version detection (#331)
2 years ago
Kelvin Schoofs 20cf037ffa Improve `DEBUG_FS` and `FS_NOTIFY_ERRORS` flags for logging (#341)
2 years ago
Kelvin Schoofs 7d59992b92 Add `DEBUG_FSR` flag for conditional partial FileSystemRouter logging
2 years ago
Kelvin Schoofs 76a28be0f2 Add `DEBUG_FS` flag with extra ignored paths (fixes #341)
2 years ago
Kelvin Schoofs 1fb7a525e8 Add `subscribeToGlobalFlags` to use up-to-date global flags
2 years ago
Kelvin Schoofs cff37d08de v1.25.0
2 years ago
Kelvin Schoofs 9410ac23e3 Add initial support for Windows OpenSSH servers (fixes #338)
2 years ago
Kelvin Schoofs dc207093f6 Auto-silence FileNotFound erors for stat (#334)
2 years ago
Kelvin Schoofs e95c16a91e Add prettier and its SDK integration
2 years ago
Kelvin Schoofs 2673c726c8 Improve webview ESLint setup
3 years ago
Kelvin Schoofs 2e1470989b Update to ssh2@^1.6.0.0
3 years ago
Kelvin Schoofs 85f7a69c46 Create common module
3 years ago
Kelvin Schoofs 83cf22abbe Update to Yarn 3.1.1 and TypeScript ~4.5.5
3 years ago
Kelvin Schoofs c7ac129ffd Pin some dependencies and in-range upgrade recursively
3 years ago
Kelvin Schoofs 749a61191e Disable auto-cd when ${workingDirectory} is present (#323)
3 years ago
Kelvin Schoofs ddfafd5b4b Add ${workingDirectory} variable to terminal commands (#323)
3 years ago
Kelvin Schoofs 8c8b95016a Delay and wait for loadConfigs() after logging version info
3 years ago
Kelvin Schoofs cac0ec2fcc Add FS_NOTIFY_ERRORS flag to display notifications for FS errors (fix #282)
3 years ago
Kelvin Schoofs 57b8ec65ba Add semver as dependency
3 years ago
Kelvin Schoofs 9c83b07e8d Small improvements to Dropdown(WithInput) UI components
3 years ago
Kelvin Schoofs b4778878fa v1.24.1
3 years ago
Kelvin Schoofs b904fb9f17 Add FieldUmask and use for `newFileMode` (#214)
3 years ago
Kelvin Schoofs af764380a6 Change default `newFileMode` from library-default 0o666 to 0o664 (#214)
3 years ago
Kelvin Schoofs 10cfa31484 Extract checkbox CSS of FieldCheckbox for reuse
3 years ago
Kelvin Schoofs 00b52d72d9 Make FieldNumber not default to port 22 (and default it to 22 where needed)
3 years ago
Kelvin Schoofs fa3bc68f9e Update build process to use Node 14 and `vsce` 2+
3 years ago
Kelvin Schoofs 768bfdac20 Fix/improve map-error.js utility
3 years ago
Kelvin Schoofs 2c9ff0314c v1.24.0
3 years ago
Kelvin Schoofs b9f226e4aa Refactor `REMOTE_COMMANDS` to support most shells (#267)
3 years ago
Kelvin Schoofs 55d7216105 Keep terminal open when exited within 5 seconds
3 years ago
Kelvin Schoofs cc823c6bba Add ShellConfig system to support more shells (home directory detection)
3 years ago
Kelvin Schoofs 16ffd1efa6 Set `$TERM` to `xterm-256color` instead of default `vt100` (fixes #299)
3 years ago
Kelvin Schoofs 69c2370ff1 Write `REMOTE_COMMANDS` profile script to separate file for each user (#292)
3 years ago
Kelvin Schoofs 9be6aa0668 v1.23.1
3 years ago
Kelvin Schoofs 76052376e2 Initial fix for home detection for csh/tcsh shell (#295)
3 years ago
Kelvin Schoofs e326a16642 Improve logging and async stack tracing
3 years ago
Kelvin Schoofs f44e71314d v1.23.0
3 years ago
Kelvin Schoofs dce279d506 Add utility script to add commits to changelog's unreleased section
3 years ago
Kelvin Schoofs 06c8e21a2b Update to Yarn 3.0.2 and TypeScript ^4.4.3
3 years ago
Kelvin Schoofs 860f65a34d Fix issue with not detecting home directory when .bashrc echoes (fixes #294)
3 years ago
Kelvin Schoofs 518e246ea1 Add `DEBUG_REMOTE_COMMANDS` flag and improve `code` remote command
3 years ago
Kelvin Schoofs 30c213ab31 Prompt to create empty file for `code` command (closes #267)
3 years ago
Kelvin Schoofs 6f6e3ad838 Fix bug with terminal-initiated connections
3 years ago