mirror of
https://github.com/coder/code-server.git
synced 2026-05-26 15:13:28 +00:00
Fix browser app
This commit is contained in:
@@ -154,6 +154,7 @@ const extDirPath = path.join("lib", "vscode-default-extensions");
|
||||
const copyForDefaultExtensions = register("build:copy-vscode", async (runner) => {
|
||||
if (!fs.existsSync(defaultExtensionsPath)) {
|
||||
await ensureClean();
|
||||
await ensureInstalled();
|
||||
fse.removeSync(extDirPath);
|
||||
fse.copySync(vscodePath, extDirPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user