File doesn't show changes after fs.writefile

i used fs.writefile to change a json file, i checked and it did change it in the background and saved it, so i can still call the values if needed, but the changes i made in the json file doesn’t change visually and it shows only in the way i wrote it in the beginning

The editor and filesystem don’t sync automatically at the moment. Run ‘refresh’ at the command line and the latest changes will show in the editor.

ok thanks for the help