Skip to content

Commit bd6f3a2

Browse files
author
winjo
committed
fix: 去掉 lsif 测试环境判断的部分条件
1 parent ae0a2c1 commit bd6f3a2

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/lsif-service/src/language-service.contribution.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import { LsifPreferences, lsifPreferenceSchema } from './lsif-preferences';
3939

4040
const IS_TEST_ENV =
4141
process.env.NODE_ENV === 'development' ||
42-
window.location.pathname.indexOf('test') > -1 ||
4342
window.location.hostname === 'localhost' ||
4443
window.location.hostname === '127.0.0.1';
4544

0 commit comments

Comments
 (0)