Fix Gist setup and first-run bootstrap
This commit is contained in:
+12
-8
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user