Skip to content

Commit ebffb73

Browse files
committed
Don't ship tsserverlibrary.js
Fixes microsoft#37606
1 parent 86e057c commit ebffb73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/postinstall.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
const fs = require('fs');
99
const path = require('path');
10-
const toDelete = new Set(['tsc.js', 'typescriptServices.js']);
10+
const toDelete = new Set(['tsc.js', 'tsserverlibrary.js', 'typescriptServices.js']);
1111

1212
const root = path.join(__dirname, 'node_modules', 'typescript', 'lib');
1313
for (let name of fs.readdirSync(root)) {

0 commit comments

Comments
 (0)