You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(core): add writeText extension function for VirtualFile for 223
- Add writeText extension function to VirtualFile class
- Use VfsUtilCore.saveText to save the content
- Annotate with @RequiresWriteLock to ensure thread safety
- Refactor saveText function to handle charset and output
0 commit comments