Skip to content

Commit 004a1fb

Browse files
tisilentdmitrivMS
andauthored
update label and description. (#219949)
Co-authored-by: Dmitriy Vasyura <dmitriv@microsoft.com>
1 parent 3aa5403 commit 004a1fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/vs/workbench/contrib/snippets/browser/commands/configureSnippets.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ async function computePicks(snippetService: ISnippetsService, userDataProfileSer
113113
const label = languageService.getLanguageName(languageId);
114114
if (label && !seen.has(languageId)) {
115115
future.push({
116-
label: languageId,
117-
description: `(${label})`,
116+
label: label,
117+
description: `(${languageId})`,
118118
filepath: joinPath(dir, `${languageId}.json`),
119119
hint: true,
120120
iconClasses: getIconClassesForLanguageId(languageId)

0 commit comments

Comments
 (0)