mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 11:39:57 +01:00
Add missing path import in generate.cjs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
co-authored by
Copilot
parent
d48c405b44
commit
b8932e4a4e
@@ -21,6 +21,7 @@
|
||||
*/
|
||||
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const cp = require('child_process');
|
||||
const {
|
||||
APP_ROOT,
|
||||
|
||||
Reference in New Issue
Block a user