We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb23e6d commit 432f7a9Copy full SHA for 432f7a9
src/server/typingsInstaller/nodeTypingsInstaller.ts
@@ -127,7 +127,7 @@ namespace ts.server.typingsInstaller {
127
if (this.log.isEnabled()) {
128
this.log.writeLine(`#${requestId} with arguments'${JSON.stringify(args)}'.`);
129
}
130
- const command = `${this.npmPath} install ${args.join(" ")} --save-dev`;
+ const command = `${this.npmPath} install ${args.join(" ")} --save-dev --user-agent="typesInstaller/${version}"`;
131
const start = Date.now();
132
let stdout: Buffer;
133
let stderr: Buffer;
0 commit comments