mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Added a refresh of localization filters based on latest version of ADS (#21620)
This commit is contained in:
@@ -169,35 +169,42 @@ const textFields = {
|
||||
const VSCODEExtensions = [
|
||||
"bat",
|
||||
"configuration-editing",
|
||||
"csharp",
|
||||
"dart",
|
||||
"docker",
|
||||
"git-ui",
|
||||
"fsharp",
|
||||
"git",
|
||||
"github-authentication",
|
||||
"git-base",
|
||||
"github",
|
||||
"github-authentication",
|
||||
"html",
|
||||
"image-preview",
|
||||
"json-language-features",
|
||||
"javascript",
|
||||
"json",
|
||||
"json-language-features",
|
||||
"julia",
|
||||
"markdown-basics",
|
||||
"markdown-language-features",
|
||||
"markdown-math",
|
||||
"merge-conflict",
|
||||
"microsoft-authentication",
|
||||
"powershell",
|
||||
"python",
|
||||
"r",
|
||||
"search-result",
|
||||
"simple-browser",
|
||||
"sql",
|
||||
"theme-abyss",
|
||||
"theme-defaults",
|
||||
"theme-kimbie-dark",
|
||||
"theme-monokai-dimmed",
|
||||
"theme-monokai",
|
||||
"theme-monokai-dimmed",
|
||||
"theme-quietlight",
|
||||
"theme-red",
|
||||
"theme-seti",
|
||||
"theme-solarized-dark",
|
||||
"theme-solarized-light",
|
||||
"theme-tomorrow-night-blue",
|
||||
"typescript-basics",
|
||||
"xml",
|
||||
"yaml"
|
||||
];
|
||||
|
||||
@@ -187,35 +187,42 @@ const textFields = {
|
||||
const VSCODEExtensions = [
|
||||
"bat",
|
||||
"configuration-editing",
|
||||
"csharp",
|
||||
"dart",
|
||||
"docker",
|
||||
"git-ui",
|
||||
"fsharp",
|
||||
"git",
|
||||
"github-authentication",
|
||||
"git-base",
|
||||
"github",
|
||||
"github-authentication",
|
||||
"html",
|
||||
"image-preview",
|
||||
"json-language-features",
|
||||
"javascript",
|
||||
"json",
|
||||
"json-language-features",
|
||||
"julia",
|
||||
"markdown-basics",
|
||||
"markdown-language-features",
|
||||
"markdown-math",
|
||||
"merge-conflict",
|
||||
"microsoft-authentication",
|
||||
"powershell",
|
||||
"python",
|
||||
"r",
|
||||
"search-result",
|
||||
"simple-browser",
|
||||
"sql",
|
||||
"theme-abyss",
|
||||
"theme-defaults",
|
||||
"theme-kimbie-dark",
|
||||
"theme-monokai-dimmed",
|
||||
"theme-monokai",
|
||||
"theme-monokai-dimmed",
|
||||
"theme-quietlight",
|
||||
"theme-red",
|
||||
"theme-seti",
|
||||
"theme-solarized-dark",
|
||||
"theme-solarized-light",
|
||||
"theme-tomorrow-night-blue",
|
||||
"typescript-basics",
|
||||
"xml",
|
||||
"yaml"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user