mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 02:48:30 -05:00
Update application name to Azure Data Studio (#24510)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Git integration for Visual Studio Code
|
||||
# Git integration for Azure Data Studio
|
||||
|
||||
**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
|
||||
**Notice:** This extension is bundled with Azure Data Studio. It can be disabled but not uninstalled.
|
||||
|
||||
## Features
|
||||
|
||||
@@ -17,4 +17,4 @@ The Git extension exposes an API, reachable by any other extension.
|
||||
```ts
|
||||
const gitExtension = vscode.extensions.getExtension<GitExtension>('vscode.git').exports;
|
||||
const git = gitExtension.getAPI(1);
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user