From ca5e1e613359435838c3b58ac360f9a68ad76fad Mon Sep 17 00:00:00 2001 From: Karl Burtram Date: Tue, 26 Jun 2018 15:30:11 -0700 Subject: [PATCH] Fix a couple references to VS Code in UI (#1730) --- extensions/merge-conflict/README.md | 2 +- .../parts/extensions/node/extensionsWorkbenchService.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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} `);