Fix Gist setup and first-run bootstrap
This commit is contained in:
@@ -22,4 +22,7 @@ foreach ($script in @(
|
||||
}
|
||||
[IO.File]::WriteAllText((Join-Path $target "tasks.json"), $tasks, $utf8)
|
||||
|
||||
node (Join-Path $source "scripts\zed-settings-sync.mjs") export (Join-Path $target "zed-settings-sync.json")
|
||||
if ($LASTEXITCODE -ne 0) { throw "Failed to generate zed-settings-sync.json" }
|
||||
|
||||
Write-Host "Exported Zed configuration from $source"
|
||||
|
||||
Reference in New Issue
Block a user