Skip to content

Commit

Permalink
Possible UI/UX improvements of UTBot Wizard #494
Browse files Browse the repository at this point in the history
- check presence of SFTP and SARIF plugins
- configure SFTP by writing `sftp.conf`
- runs SFTP sync for project with server copy

Signed-off-by: Alexey Utkin <alexey.utkin@gmail.com>
  • Loading branch information
alexey-utkin committed Nov 4, 2022
1 parent ee9435a commit 13f786a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vscode-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@
"@types/randomstring": "1.1.8",
"@types/ssh2": "1.11.6",
"@types/vscode": "1.64.0",
"@types/ssh2-streams": "0.1.9",
"emittery": "0.10.1",
"filepath": "1.1.0",
"google-protobuf": "3.12.4",
Expand Down
1 change: 1 addition & 0 deletions vscode-plugin/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
],
"sourceMap": true,
"rootDir": "src",
"esModuleInterop": true,
"strict": true /* enable all strict type-checking options */
/* Additional Checks */
// "noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
Expand Down

0 comments on commit 13f786a

Please sign in to comment.