mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix a couple references to VS Code in UI (#1730)
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
See [documentation](https://code.visualstudio.com/docs/editor/versioncontrol#_merge-conflicts).
|
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.
|
||||||
|
|||||||
@@ -246,8 +246,9 @@ class Extension implements IExtension {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (this.type === LocalExtensionType.System) {
|
if (this.type === LocalExtensionType.System) {
|
||||||
|
// {{SQL CARBON EDIT}}
|
||||||
return TPromise.as(`# ${this.displayName || this.name}
|
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}
|
${this.description}
|
||||||
`);
|
`);
|
||||||
|
|||||||
Reference in New Issue
Block a user