Defold Kit — Visual Studio Code Extension

If you mean this one:

Edit: I forgot that there is a setting for refreshing the console content. You can set it using Package->Settings->Defold

// Interval in seconds for refreshing console content
 "console_refresh_interval": 2.0,
 // Automatically check for annotation updates on startup
"auto_check_annotations": true,
// Maximum number of lines to show in console (prevents slowdown)
"console_max_lines": 1000
1 Like