I want to style Console output (console.log('%cTest', 'color: lime')) for debug purposes so I need to tell if script is running inside VSCode or not. Is it possible?
Clarification: I want "isomorphic" code which can detect if it's running inside VSCode and run colored console.log output or not in VSCode and run regular console.log.