Skip to content

Commit

Permalink
Fix #81080
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Sep 20, 2019
1 parent 1c6938e commit 086af30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const ExtensionsConfigurationSchema: IJSONSchema = {

export const ExtensionsConfigurationInitialContent: string = [
'{',
'\t// See http://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.',
'\t// See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations.',
'\t// Extension identifier format: ${publisher}.${name}. Example: vscode.csharp',
'',
'\t// List of extensions which should be recommended for users of this workspace.',
Expand Down

0 comments on commit 086af30

Please sign in to comment.