Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

using vscode API to store and load connection profiles #991

Merged
merged 2 commits into from
Sep 20, 2017
Merged

Conversation

llali
Copy link
Member

@llali llali commented Sep 20, 2017

using workspaceConfiguration to store connections to user/workspace settings and also loading from the settings.
Fixed the tests based on latest changes.
Also fixed a bug which connections using Windows auth were added twice to recent history.

@llali llali requested a review from kevcunnane September 20, 2017 17:29
@coveralls
Copy link

Coverage Status

Coverage increased (+0.5%) to 65.323% when pulling d39c1f9 on fix/bugFixing into f1eed86 on master.

Copy link
Contributor

@kevcunnane kevcunnane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job :shipit:

@@ -77,16 +63,14 @@ export class ConnectionConfig implements IConnectionConfig {
};

// Read from user settings
let parsedSettingsFile = this.readAndParseSettingsFile(ConnectionConfig.configFilePath);
let userProfiles = this.getProfilesFromParsedSettingsFile(parsedSettingsFile);
let userProfiles = this.getProfilesFromSettingsFile();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: remove File from the name since it's no longer a real file read, it's to/from an API that could store anywhere

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants