Update application name to Azure Data Studio (#24510)

This commit is contained in:
Cheena Malhotra
2023-09-26 10:15:32 -07:00
committed by GitHub
parent 306eb42ae7
commit dce130c5af
25 changed files with 67 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
# Git static contributions and remote repository picker
**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

View File

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

View File

@@ -1,6 +1,6 @@
# GitHub for Visual Studio Code
# GitHub 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

View File

@@ -10,8 +10,9 @@
</head>
<body>
<a class="branding" href="https://code.visualstudio.com/">
Visual Studio Code
<!-- {{SQL CARBON EDIT}} Update application name and URL to Azure Data Studio -->
<a class="branding" href="https://aka.ms/azuredatastudio/">
Azure Data Studio
</a>
<div class="message-container">
<div class="message">

View File

@@ -1,5 +1,5 @@
# Language Features for Search Result files
**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.
This extension provides Syntax Highlighting, Symbol Information, Result Highlighting, and Go to Definition capabilities for the Search Results Editor.

View File

@@ -1,6 +1,6 @@
# Simple Browser
**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.
Provides a very basic browser preview using an iframe embedded in a [webview](). This extension is primarily meant to be used by other extensions for showing simple web content.

View File

@@ -1,5 +1,5 @@
{
"displayName": "Abyss Theme",
"description": "Abyss theme for Visual Studio Code",
"description": "Abyss theme for Azure Data Studio",
"themeLabel": "Abyss"
}

View File

@@ -9,5 +9,5 @@
"lightColorThemeLabel": "Light (Visual Studio)",
"hcColorThemeLabel": "Dark High Contrast",
"lightHcColorThemeLabel": "Light High Contrast",
"minimalIconThemeLabel": "Minimal (Visual Studio Code)"
"minimalIconThemeLabel": "Minimal (Azure Data Studio)"
}

View File

@@ -1,5 +1,5 @@
{
"displayName": "Kimbie Dark Theme",
"description": "Kimbie dark theme for Visual Studio Code",
"description": "Kimbie dark theme for Azure Data Studio",
"themeLabel": "Kimbie Dark"
}

View File

@@ -1,5 +1,5 @@
{
"displayName": "Monokai Dimmed Theme",
"description": "Monokai dimmed theme for Visual Studio Code",
"description": "Monokai dimmed theme for Azure Data Studio",
"themeLabel": "Monokai Dimmed"
}

View File

@@ -1,5 +1,5 @@
{
"displayName": "Monokai Theme",
"description": "Monokai theme for Visual Studio Code",
"description": "Monokai theme for Azure Data Studio",
"themeLabel": "Monokai"
}

View File

@@ -1,5 +1,5 @@
{
"displayName": "Quiet Light Theme",
"description": "Quiet light theme for Visual Studio Code",
"description": "Quiet light theme for Azure Data Studio",
"themeLabel": "Quiet Light"
}

View File

@@ -1,5 +1,5 @@
{
"displayName": "Red Theme",
"description": "Red theme for Visual Studio Code",
"description": "Red theme for Azure Data Studio",
"themeLabel": "Red"
}

View File

@@ -1,5 +1,5 @@
{
"displayName": "Seti File Icon Theme",
"description": "A file icon theme made out of the Seti UI file icons",
"themeLabel": "Seti (Visual Studio Code)"
"themeLabel": "Seti (Azure Data Studio)"
}

View File

@@ -1,5 +1,5 @@
{
"displayName": "Solarized Dark Theme",
"description": "Solarized dark theme for Visual Studio Code",
"description": "Solarized dark theme for Azure Data Studio",
"themeLabel": "Solarized Dark"
}

View File

@@ -1,5 +1,5 @@
{
"displayName": "Solarized Light Theme",
"description": "Solarized light theme for Visual Studio Code",
"description": "Solarized light theme for Azure Data Studio", /* {SQL CARBON EDIT} */
"themeLabel": "Solarized Light"
}

View File

@@ -1,5 +1,5 @@
{
"displayName": "Tomorrow Night Blue Theme",
"description": "Tomorrow night blue theme for Visual Studio Code",
"description": "Tomorrow night blue theme for Azure Data Studio",
"themeLabel": "Tomorrow Night Blue"
}