diff --git a/.claude/settings.local.json b/.claude/settings.local.json new file mode 100644 index 0000000..4102bd9 --- /dev/null +++ b/.claude/settings.local.json @@ -0,0 +1,8 @@ +{ + "permissions": { + "allow": [ + "Bash(npm run *)", + "Bash(node --check /home/kyle/Documents/goon_plugin/src/viewer/index.js)" + ] + } +} diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index de1f077..ef213e1 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,7 +7,6 @@ "customizations": { "vscode": { "extensions": [ - "fmvilas.popup-previewer.ChromeExtensionPopupPreviewer", "maslansnik.chromium-ext-debugger", "dbaeumer.vscode-eslint", "esbenp.prettier-vscode",