diff --git a/extensions/merge-conflict/README.md b/extensions/merge-conflict/README.md index a2f874bcb4..b9e727fdef 100644 --- a/extensions/merge-conflict/README.md +++ b/extensions/merge-conflict/README.md @@ -2,4 +2,4 @@ See [documentation](https://code.visualstudio.com/docs/editor/versioncontrol#_merge-conflicts). -**Notice** This is a an extension that is bundled with Visual Studio Code. +**Notice** This is a an extension that is bundled with SQL Operations Studio. diff --git a/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.ts b/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.ts index 1b3e279f29..d92022db74 100644 --- a/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.ts +++ b/src/vs/workbench/parts/extensions/node/extensionsWorkbenchService.ts @@ -246,8 +246,9 @@ class Extension implements IExtension { } if (this.type === LocalExtensionType.System) { + // {{SQL CARBON EDIT}} return TPromise.as(`# ${this.displayName || this.name} -**Notice** This is a an extension that is bundled with Visual Studio Code. +**Notice** This is a an extension that is bundled with SQL Operations Studio. ${this.description} `);