mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 11:21:36 +00:00
Enhance file type filter to include additional .NET source code file extensions
This commit is contained in:
parent
834a05fb00
commit
2a2dc9c750
@ -27,8 +27,8 @@ public readonly record struct FileTypeFilter(string FilterName, string[] FilterE
|
||||
|
||||
public static FileTypeFilter AllSourceCode => new(TB("All Source Code Files"),
|
||||
[
|
||||
// C#:
|
||||
"cs",
|
||||
// .NET
|
||||
"cs", "vb", "fs", "razor", "aspx", "cshtml", "csproj",
|
||||
|
||||
// Java:
|
||||
"java",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user