ChangeLogPage Url
This commit is contained in:
Родитель
e2b664c45a
Коммит
98e532cdfe
|
@ -54,7 +54,7 @@ export const timeToWaitForLanguageModeChange = 10000.0;
|
|||
// TODO: Update these
|
||||
export const macOpenSslHelpLink = 'https://github.com/Microsoft/vscode-pgsql/wiki/OpenSSL-Configuration';
|
||||
export const gettingStartedGuideLink = 'https://github.com/Microsoft/vscode-pgsql/blob/master/README.md';
|
||||
export const changelogLink = 'https://aka.ms/vscode-pgsql-changelog';
|
||||
export const releaseNotesLink = 'https://github.com/Microsoft/vscode-pgsql/blob/master/CHANGELOG.md';
|
||||
export const integratedAuthHelpLink = 'https://aka.ms/vscode-pgsql-integratedauth';
|
||||
export const sqlToolsServiceCrashLink = 'https://github.com/Microsoft/vscode-pgsql/wiki/SqlToolsService-Known-Issues';
|
||||
|
||||
|
|
|
@ -493,7 +493,7 @@ export default class MainController implements vscode.Disposable {
|
|||
* Shows the release notes page in the preview browser
|
||||
*/
|
||||
private launchReleaseNotesPage(): void {
|
||||
opener(Constants.changelogLink);
|
||||
opener(Constants.releaseNotesLink);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче