mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 18:41:37 +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"),
|
public static FileTypeFilter AllSourceCode => new(TB("All Source Code Files"),
|
||||||
[
|
[
|
||||||
// C#:
|
// .NET
|
||||||
"cs",
|
"cs", "vb", "fs", "razor", "aspx", "cshtml", "csproj",
|
||||||
|
|
||||||
// Java:
|
// Java:
|
||||||
"java",
|
"java",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user