From 25badd8c0ebfe1648f0ab3d6d93e260e1cecb336 Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Tue, 11 Jun 2024 13:45:08 +0300 Subject: [PATCH] Auto-open the newly created file --- ViperIDE.html | 1 + 1 file changed, 1 insertion(+) diff --git a/ViperIDE.html b/ViperIDE.html index c78e071..2fb9da7 100644 --- a/ViperIDE.html +++ b/ViperIDE.html @@ -977,6 +977,7 @@

ViperIDE

f=open('${full}','wb') f.close() `) + await readFileIntoEditor(full) } await fetchFileList() }