Skip to content

Commit

Permalink
v1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoofsKelvin committed Oct 6, 2021
1 parent c3a087b commit fa8c015
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
## Unreleased

### Hotfix
- Fix the issue with failing home detecting for `csh`/`tcsh` shells (#295)
- Fix the issue with failing home detecting for `csh`/`tcsh` shells (c3a087b, #295)

### 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

## v1.23.0 (2021-10-02)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "SSH FS",
"description": "File system, terminal and task provider using SSH",
"publisher": "Kelvin",
"version": "1.23.0",
"version": "1.23.1",
"engines": {
"vscode": "^1.49.0"
},
Expand Down

0 comments on commit fa8c015

Please sign in to comment.