Skip to content

Commit

Permalink
chore: remove version check
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Dec 23, 2024
1 parent 047416c commit dcb0e35
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/typescript-plugin/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,7 @@ import type { NotificationData, ProjectInfo, RequestData, ResponseData } from '.

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

let { version } = require('../package.json');
if (version === '2.1.10') {
version += '-dev';
}
const { version } = require('../package.json');
const platform = os.platform();
const pipeDir = platform === 'win32'
? `\\\\.\\pipe\\`
Expand Down

0 comments on commit dcb0e35

Please sign in to comment.