Add a bin directory and a script
This commit is contained in:
11
bin/clean-vscode.sh
Executable file
11
bin/clean-vscode.sh
Executable file
@@ -0,0 +1,11 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Use this script when vscode gets itself into a broken state to reset it.
|
||||||
|
set -e
|
||||||
|
|
||||||
|
if pgrep -x "code" > /dev/null; then
|
||||||
|
echo "VS Code is running. Quit it first."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
rm -rf /home/jyelon/.config/Code/User
|
||||||
|
/home/jyelon/jbashrc/install.sh
|
||||||
@@ -11,3 +11,6 @@ args = ["/home/jyelon/integration/Plugins/UEWingman/ue-wingman-mcp.py"]
|
|||||||
|
|
||||||
[notice.model_migrations]
|
[notice.model_migrations]
|
||||||
"gpt-5.3-codex" = "gpt-5.4"
|
"gpt-5.3-codex" = "gpt-5.4"
|
||||||
|
|
||||||
|
[mcp_servers.ue-wingman.tools.unreal]
|
||||||
|
approval_mode = "approve"
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ FILES=(
|
|||||||
"vscode/chatLanguageModels.json:$HOME/.config/Code/User/chatLanguageModels.json"
|
"vscode/chatLanguageModels.json:$HOME/.config/Code/User/chatLanguageModels.json"
|
||||||
"vscode/keybindings.json:$HOME/.config/Code/User/keybindings.json"
|
"vscode/keybindings.json:$HOME/.config/Code/User/keybindings.json"
|
||||||
"vscode/settings.json:$HOME/.config/Code/User/settings.json"
|
"vscode/settings.json:$HOME/.config/Code/User/settings.json"
|
||||||
|
"bin/clean-vscode.sh:$HOME/bin/clean-vscode.sh"
|
||||||
"codex/config.toml:$HOME/.codex/config.toml"
|
"codex/config.toml:$HOME/.codex/config.toml"
|
||||||
"codex/default.rules:$HOME/.codex/rules/default.rules"
|
"codex/default.rules:$HOME/.codex/rules/default.rules"
|
||||||
"codex/AGENTS.md:$HOME/.codex/AGENTS.md"
|
"codex/AGENTS.md:$HOME/.codex/AGENTS.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user