Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Connection profile is not copied somewhere under extension control #630

Closed
sstone1 opened this issue Feb 19, 2019 · 0 comments
Closed

Connection profile is not copied somewhere under extension control #630

sstone1 opened this issue Feb 19, 2019 · 0 comments
Assignees
Labels
bug Something isn't working sev3
Milestone

Comments

@sstone1
Copy link
Contributor

sstone1 commented Feb 19, 2019

When you create a new connection in VSCode, it remembers the path to the provided connection profile file. If you download a connection profile from IBPv2, put it into your Downloads directory, import it into VSCode, delete the connection profile from your Downloads directory (thinking that you've imported it!), then the connection stops working.

We copy (rather than reference) the certificate and private key files, so you can delete those after importing them. This means that we have a bit of a mixed up story around what we link to and what we copy that is hard to explain.

My vote would be that when you create a connection, it copies the connection profile, so you avoid this problem altogether - but we need to figure out how updating that connection profile would work.

@sstone1 sstone1 added the bug Something isn't working label Feb 19, 2019
@cazfletch cazfletch added the sev3 label Feb 22, 2019
@cazfletch cazfletch added this to the Sprint 1 milestone Feb 25, 2019
Jakeeyturner added a commit to Jakeeyturner/blockchain-vscode-extension that referenced this issue Feb 27, 2019
Signed-off-by: Jake Turner <jaketurner25@live.com>
Jakeeyturner added a commit to Jakeeyturner/blockchain-vscode-extension that referenced this issue Feb 27, 2019
Signed-off-by: Jake Turner <jaketurner25@live.com>
Jakeeyturner added a commit to Jakeeyturner/blockchain-vscode-extension that referenced this issue Feb 27, 2019
Signed-off-by: Jake Turner <jaketurner25@live.com>
Jakeeyturner added a commit to Jakeeyturner/blockchain-vscode-extension that referenced this issue Feb 27, 2019
Signed-off-by: Jake Turner <jaketurner25@live.com>
heatherlp added a commit that referenced this issue Feb 27, 2019
Copy connection profile (close #630)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working sev3
Projects
None yet
Development

No branches or pull requests

3 participants