Remove some differences from us and vscode (#6421)

* remove some differences from us and vscode

* readd temp-write tpyings
This commit is contained in:
Anthony Dresser
2019-07-18 17:57:00 -07:00
committed by GitHub
parent c23738f935
commit bf4815d364
47 changed files with 8874 additions and 8615 deletions

View File

@@ -259,7 +259,7 @@ class Extension implements IExtension {
if (this.type === ExtensionType.System) {
// {{SQL CARBON EDIT}}
return Promise.resolve(`# ${this.displayName || this.name}
**Notice** This is a an extension that is bundled with Azure Data Studio.
**Notice:** This extension is bundled with Azure Data Studio. It can be disabled but not uninstalled.
## Features
${this.description}
`);