mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix a couple references to VS Code in UI (#1730)
This commit is contained in:
@@ -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}
|
||||
`);
|
||||
|
||||
Reference in New Issue
Block a user