mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Agent skills management UX and file support (#287201)
This commit is contained in:
@@ -19,7 +19,7 @@ export const markdownFileExtensions = Object.freeze<string[]>([
|
||||
'workbook',
|
||||
]);
|
||||
|
||||
export const markdownLanguageIds = ['markdown', 'prompt', 'instructions', 'chatagent'];
|
||||
export const markdownLanguageIds = ['markdown', 'prompt', 'instructions', 'chatagent', 'skill'];
|
||||
|
||||
export function isMarkdownFile(document: vscode.TextDocument) {
|
||||
return markdownLanguageIds.indexOf(document.languageId) !== -1;
|
||||
|
||||
Reference in New Issue
Block a user