Added a refresh of localization filters based on latest version of ADS (#21620)

This commit is contained in:
Alex Ma
2023-01-18 09:40:02 -08:00
committed by GitHub
parent 3b31d1018f
commit 097b92b94b
6 changed files with 646 additions and 12 deletions

View File

@@ -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"
];

View File

@@ -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"
];