Skip to content

Commit 8b736f0

Browse files
committed
fix: revert #748
1 parent 8123694 commit 8b736f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ export function isInEditorEnv(): boolean {
140140
return !!(false
141141
|| process.env.VSCODE_PID
142142
|| process.env.VSCODE_CWD
143-
|| process.env.TERM_PROGRAM === "vscode"
144143
|| process.env.JETBRAINS_IDE
145144
|| process.env.VIM
146145
|| process.env.NVIM

0 commit comments

Comments
 (0)