Skip to content

Commit

Permalink
Removing the sync version settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shanalikhan committed Nov 17, 2017
1 parent 4a82a5e commit a8a703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export default class Commons {
else {
customSettings = new CustomSettings();
}
vscode.workspace.getConfiguration().update("sync.version", undefined, true);
//vscode.workspace.getConfiguration().update("sync.version", undefined, true);

if (firstTime) {
vscode.window.showInformationMessage("Sync : Settings Created. Thank You for Installing !");
Expand Down

0 comments on commit a8a703f

Please sign in to comment.