MCPcopy Create free account
hub / github.com/continuedev/continue / installNodeModulesInVscode

Function installNodeModulesInVscode

extensions/vscode/scripts/npm-install.js:18–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16}
17
18async function installNodeModulesInVscode() {
19 process.chdir(path.join(continueDir, "extensions", "vscode"));
20 execCmdSync("npm install");
21 console.log("[info] npm install in extensions/vscode completed");
22}
23
24process.on("message", (msg) => {
25 const { targetDir } = msg.payload;

Callers 1

npm-install.jsFile · 0.85

Calls 2

execCmdSyncFunction · 0.85
logMethod · 0.65

Tested by

no test coverage detected