Commit Graph

383 Commits (860f65a34da7309d305544f21bb46d96713a233a)
 

Author SHA1 Message Date
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
Kelvin Schoofs c121647485 Fix issue with loading/resolving .pnp.cjs for debugging
3 years ago
Kelvin Schoofs b821bae74d Remove "stale workspace" fix
3 years ago
Kelvin Schoofs 865969f8c4 Slightly improve webpack config/plugin
3 years ago
Kelvin Schoofs 1f7e333b15 Make proxy hop field in webview a properly populated dropdown
3 years ago
Kelvin Schoofs 3d1aff327b Improve webpack configs (deterministic builds across devices)
3 years ago
Kelvin Schoofs 1af2739d7b v1.22.0
3 years ago
Kelvin Schoofs 24b1a8a026 Add CHANGELOG.md
3 years ago
Kelvin Schoofs 05e1b6995f Fix issue with debug mode on code-server (fixes #279)
3 years ago
Kelvin Schoofs bfae800a5a
Merge pull request #285 from grtcdr/patch-1
3 years ago
Aziz Ben Ali e5455b3db8
Simplify NewConfig description
3 years ago
Kelvin Schoofs 48ef2298a8 Add support for VSCODE_SSHFS_PRODUCTION environment variable (#279)
3 years ago
Kelvin Schoofs 73f890e897 Major refactor:
3 years ago
Kelvin Schoofs 4eef87a7e8 v1.21.2
3 years ago
Kelvin Schoofs 803dc59856 Fix bug in connect command with `Root` starting with `~` (fixes #280)
3 years ago
Kelvin Schoofs fcbd6d71f4 Remove editor title label (fix #278)
3 years ago
Kelvin Schoofs dac893c5ab v1.21.1
3 years ago
Kelvin Schoofs 417945d4bb Improve logging of errors through promises
3 years ago
Kelvin Schoofs c7f1261311 Improve effect of CHECK_HOME flag (fixes #277)
3 years ago
Kelvin Schoofs ef40b07b2d Improve map-error.js utility
3 years ago
Kelvin Schoofs bda36c998c Better error handling and CHECK_HOME flag support for tryGetHome
3 years ago
Kelvin Schoofs 87d2cf845a v1.21.0
3 years ago
Kelvin Schoofs a41c435e49 Better port validation + fill actual config with default SSH port (fix #266)
3 years ago
Kelvin Schoofs f86e33a7de Combine toPromise.ts and some functions into new utils.ts
3 years ago
Kelvin Schoofs 1258a8e97d Format and optimize imports
3 years ago
Kelvin Schoofs 7d930d3449 Add remote commands (#267)
3 years ago
Kelvin Schoofs 315c25568f Make URIs act as absolute paths, `root` field only hints to commands
3 years ago
Kelvin Schoofs f17dae8e46 Keep track of all config flags
3 years ago
Kelvin Schoofs 06bce853af Prefer getFlagBoolean over getFlag
3 years ago
Kelvin Schoofs 3109e977a5 Add support for environment variables (closes #241)
3 years ago
Kelvin Schoofs 4edc2ef315 Add `viewsWelcome` contribution
3 years ago
Kelvin Schoofs 5dbb36b131 Add `resourceLabelFormatters` contribution
3 years ago
Kelvin Schoofs d3a3640a5f Add `statusBar/remoteIndicator` (issue #260)
3 years ago
Kelvin Schoofs b311fec87f Add when clause contexts
3 years ago
Kelvin Schoofs 36a440df3b Make disconnect command only prompt connections
3 years ago
Kelvin Schoofs 5e5286db90 Modify webpack to fix extension watch problemMatcher
3 years ago
Kelvin Schoofs cca8be2c46 Add untrustedWorkspaces capability (issue #259)
3 years ago
Kelvin Schoofs 8789dd6620 Add virtualWorkspaces capability
3 years ago
Kelvin Schoofs d8d1514379 v1.20.2
3 years ago
Kelvin Schoofs e013489677 Disable agent forwarding when no agent is set
3 years ago
Kelvin Schoofs f62bfa669d Update extension to webpack v5.40.0
3 years ago
Kelvin Schoofs d167ac83a6 Add agentForward field in UI (issue #265)
3 years ago
Kelvin Schoofs c74567187d Add FieldCheckbox field type
3 years ago
Kelvin Schoofs 0c752ae00d Improve FieldBase (preface/postface and custom className)
3 years ago
Kelvin Schoofs 2f08f871db Update defaultStyles.css for Dark+
3 years ago
Kelvin Schoofs 8fc94f65ef Update TypeScript to 4.3.4
3 years ago
Kelvin Schoofs f05108a14e Fix parseConnectionString for usernames with dashes (issue #264)
3 years ago