Skip to content

Commit dcb0e35

Browse files
committed
chore: remove version check
1 parent 047416c commit dcb0e35

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/typescript-plugin/lib/utils.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,7 @@ import type { NotificationData, ProjectInfo, RequestData, ResponseData } from '.
99

1010
export { TypeScriptProjectHost } from '@volar/typescript';
1111

12-
let { version } = require('../package.json');
13-
if (version === '2.1.10') {
14-
version += '-dev';
15-
}
12+
const { version } = require('../package.json');
1613
const platform = os.platform();
1714
const pipeDir = platform === 'win32'
1815
? `\\\\.\\pipe\\`

0 commit comments

Comments
 (0)