Merge pull request #1770 from xKevIsDev/enhancements

fix: add binary file detection support
This commit is contained in:
KevIsDev
2025-06-12 16:24:32 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -50,6 +50,7 @@ export class EditorStore {
{
value: dirent.content,
filePath,
isBinary: dirent.isBinary, // Add this line
scroll: previousDocument?.scroll,
},
] as [string, EditorDocument];