IsCommandLineMode reports whether the process is currently running in CLI (tsc) mode, as opposed to LSP or other flows.
()
| 19 | // IsCommandLineMode reports whether the process is currently running in CLI |
| 20 | // (tsc) mode, as opposed to LSP or other flows. |
| 21 | func IsCommandLineMode() bool { |
| 22 | return commandLineMode.Load() |
| 23 | } |
no outgoing calls