diff options
| author | Christoph Schlosser <christoph@linux.com> | 2018-03-02 17:04:05 +0100 |
|---|---|---|
| committer | Christoph Schlosser <christophschlosser@users.noreply.github.com> | 2018-03-07 22:14:50 +0100 |
| commit | 6958e0d1f75314a48b55245a987e5397f8d7db7a (patch) | |
| tree | c9e54ec89189d210bf475dfaf93fac70c904fc96 /src | |
| parent | 8007bfeb16ee14adc39de76e995725c77643fd05 (diff) | |
| download | doxdocgen-6958e0d1f75314a48b55245a987e5397f8d7db7a.tar.gz | |
Release 0.3.00.3.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/extension.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extension.ts b/src/extension.ts index 52ecbf8..99cc168 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -29,7 +29,7 @@ export function activate(context: vscode.ExtensionContext) { notificationHideThenable.then((action) => { if (action === ConfigChangedNotificationOptions.CHANGED) { // tslint:disable-next-line:max-line-length - opn("https://github.com/christophschlosser/doxdocgen/commit/1c844758719d8dc7d538585bb4393565e5629e84#diff-b9cfc7f2cdf78a7f4b91a753d10865a2"); + opn("https://github.com/christophschlosser/doxdocgen/blob/0.3.0/CHANGELOG.md#config-update"); } else if (action === ConfigChangedNotificationOptions.HIDE) { context.globalState.update(ConfigChangedNotificationOptions.GLOBAL_STORAGE_KEY, "false"); } |