Skip to content

Commit 82938d7

Browse files
committed
更新ReadMe
1 parent bc597ee commit 82938d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fileSelector.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import * as vscode from 'vscode';
22

33
// 配置常量
44
const ALLOWED_FILENAMES = ['package.json']; // 文件名白名单
5-
const INCLUDED_EXTENSIONS = ['cpp', 'h', 'c', 'cxx', 'hpp', 'py', 'lua', 'ls', 'lh', 'ts', 'js']; // 扩展名白名单
5+
const INCLUDED_EXTENSIONS = ['cpp', 'h', 'c', 'cxx', 'hpp', 'py', 'lua', 'ls', 'lh', 'ts', 'js', "md"]; // 扩展名白名单
66
const EXCLUDED_DIRECTORIES = ['node_modules', '.git', 'build', 'dist', 'out', 'vendor']; // 排除目录
77

88
/**

0 commit comments

Comments
 (0)