issue/311 v1.23.1
Kelvin Schoofs 3 years ago
parent 76052376e2
commit 9be6aa0668

@ -1,13 +1,13 @@
# Changelog # Changelog
## Unreleased ## v1.23.1 (2021-10-06)
### Hotfix ### Hotfix
- Fix the issue with failing home detecting for `csh`/`tcsh` shells (#295) - Fix the issue with failing home detecting for `csh`/`tcsh` shells (7605237, #295)
### Development changes ### Development changes
- More improvements in logging, especially regarding async stack tracing - More improvements in logging, especially regarding async stack tracing (e326a16)
- Properly "set boundaries", detect/analyze and log `toPromise`/`catchingPromise` calls - Properly "set boundaries", detect/analyze and log `toPromise`/`catchingPromise` calls
## v1.23.0 (2021-10-02) ## v1.23.0 (2021-10-02)

@ -3,7 +3,7 @@
"displayName": "SSH FS", "displayName": "SSH FS",
"description": "File system, terminal and task provider using SSH", "description": "File system, terminal and task provider using SSH",
"publisher": "Kelvin", "publisher": "Kelvin",
"version": "1.23.0", "version": "1.23.1",
"engines": { "engines": {
"vscode": "^1.49.0" "vscode": "^1.49.0"
}, },

Loading…
Cancel
Save