Fix a couple references to VS Code in UI (#1730)

This commit is contained in:
Karl Burtram
2018-06-26 15:30:11 -07:00
committed by GitHub
parent 3e3ff163db
commit ca5e1e6133
2 changed files with 3 additions and 2 deletions

View File

@@ -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.

View File

@@ -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}
`);