Fix Gist setup and first-run bootstrap

This commit is contained in:
2026-07-29 17:43:26 +08:00
parent 13cf327f48
commit f19466a5df
9 changed files with 189 additions and 65 deletions
+12 -8
View File
@@ -107,8 +107,8 @@
"gist-configure"
],
"allow_concurrent_runs": false,
"reveal": "never",
"hide": "always",
"reveal": "no_focus",
"hide": "never",
"show_summary": false,
"show_command": false,
"save": "all"
@@ -121,8 +121,8 @@
"gist-status"
],
"allow_concurrent_runs": false,
"reveal": "never",
"hide": "always",
"reveal": "no_focus",
"hide": "never",
"show_summary": false,
"show_command": false,
"save": "all"
@@ -136,7 +136,7 @@
],
"allow_concurrent_runs": false,
"reveal": "no_focus",
"hide": "on_success",
"hide": "never",
"show_summary": false,
"show_command": false,
"save": "all"
@@ -150,15 +150,19 @@
],
"allow_concurrent_runs": false,
"reveal": "no_focus",
"hide": "on_success",
"hide": "never",
"show_summary": false,
"show_command": false,
"save": "all"
},
{
"label": "Zed Settings: Authenticate GitHub...",
"command": "gh",
"args": ["auth", "login"],
"command": "powershell",
"args": [
"-NoExit",
"-Command",
"Remove-Item Env:GH_TOKEN,Env:GITHUB_TOKEN -ErrorAction SilentlyContinue; gh auth login"
],
"allow_concurrent_runs": false,
"reveal": "always",
"hide": "never",