Firefox WebExtension that lets you share the current tab to frontpage.fyi with minimal effort.

Adjust devcontainer extensions

Changed files
+2 -2
.devcontainer
-1
.devcontainer/devcontainer.json
··· 9 9 "vscode": { 10 10 "extensions": [ 11 11 "ms-vsliveshare.vsliveshare", 12 - "rust-lang.rust-analyzer", 13 12 "dbaeumer.vscode-eslint" 14 13 ] 15 14 }
+2 -1
AGENTS.md
··· 1 1 # Agent Notes 2 2 3 3 - Relocated the project Dockerfile into `.devcontainer/Dockerfile` so GitHub Codespaces can pick it up automatically. 4 - - Added `.devcontainer/devcontainer.json` pointing to the Dockerfile, sets remote user `app`, and recommends VS Code extensions. 4 + - Added `.devcontainer/devcontainer.json` pointing to the Dockerfile, sets remote user `app`, and recommends necessary VS Code extensions. 5 + - Dropped the Rust Analyzer recommendation per project requirements; keep the list lean to essentials. 5 6 - Remember to mirror any environment dependency updates in both the Dockerfile and devcontainer definition.