mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update application name to Azure Data Studio (#24510)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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);
|
||||
```
|
||||
```
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"displayName": "Abyss Theme",
|
||||
"description": "Abyss theme for Visual Studio Code",
|
||||
"description": "Abyss theme for Azure Data Studio",
|
||||
"themeLabel": "Abyss"
|
||||
}
|
||||
|
||||
@@ -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)"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"displayName": "Monokai Theme",
|
||||
"description": "Monokai theme for Visual Studio Code",
|
||||
"description": "Monokai theme for Azure Data Studio",
|
||||
"themeLabel": "Monokai"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"displayName": "Red Theme",
|
||||
"description": "Red theme for Visual Studio Code",
|
||||
"description": "Red theme for Azure Data Studio",
|
||||
"themeLabel": "Red"
|
||||
}
|
||||
|
||||
@@ -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)"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user