Skip to content

Commit

Permalink
Merge pull request #91 from Natizyskunk/fix-ssh-config
Browse files Browse the repository at this point in the history
Fix ssh config
  • Loading branch information
Natizyskunk authored Nov 22, 2021
2 parents 5972596 + 3cbd7ee commit 47a355e
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 13 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.15.10 - 2021-11-22
* Update npm `json-schema` devDepedency to v0.2.3.

## 1.15.9 - 2021-11-21
* Remove ssh config bug introduced in pull request [#69](https://github.com/Natizyskunk/vscode-sftp/pull/69) from @clemyan while we can find another solution.

Expand Down
31 changes: 23 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sftp",
"displayName": "SFTP",
"description": "SFTP/FTP sync",
"version": "1.15.9",
"version": "1.15.10",
"publisher": "Natizyskunk",
"author": "Natizyskunk <[email protected]> (https://github.com/Natizyskunk)",
"engines": {
Expand Down Expand Up @@ -574,20 +574,21 @@
"@types/vscode": "1.30",
"@types/webpack-env": "^1.13.6",
"braces": ">=2.3.1",
"glob-parent": ">=5.1.2",
"jest": "^20.0.4",
"json-schema": "^0.2.3",
"memfs": "^2.15.5",
"merge": ">=2.1.1",
"node-notifier": ">=8.0.1",
"rimraf": "^2.7.1",
"set-value": "^4.0.1",
"ts-loader": "^5.3.0",
"tslint": "^5.11.0",
"typescript": "3.1.6",
"typescript-tslint-plugin": "^0.0.6",
"webpack": "^5.0.0",
"webpack-cli": "^4.7.0",
"yargs-parser": "^20.2.4",
"set-value": "^4.0.1",
"glob-parent": ">=5.1.2",
"merge": ">=2.1.1"
"yargs-parser": "^20.2.4"
},
"dependencies": {
"async": "^2.6.3",
Expand Down

0 comments on commit 47a355e

Please sign in to comment.