Skip to content

Commit 417ae5e

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-5
2 parents f6a3596 + 76e4d52 commit 417ae5e

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./local-features/just": {},
99
"./local-features/node": {}
1010
},
11-
"postCreateCommand": "npm install -g @anthropic-ai/claude-code && npm install -g prettier && npm install -g baedal",
11+
"postCreateCommand": "npm install -g @anthropic-ai/claude-code && npm install -g prettier && npm install -g baedal && npm install -g @vscode/vsce && npm install -g ovsx",
1212
"customizations": {
1313
"vscode": {
1414
"extensions": ["esbenp.prettier-vscode"],

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Setup Node.js
23-
uses: actions/setup-node@v4
23+
uses: actions/setup-node@v5
2424
with:
2525
node-version: "20"
2626

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,13 +292,11 @@ _Comprehensive sidebar panel for command management_
292292
5. Reload VS Code
293293
6. Start using the default commands or configure your own!
294294

295-
## 🤝 Contributing
295+
## Contributing
296296

297-
We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details.
297+
This project started as a small personal project with a development environment highly tailored to the owner. Given the low probability of external contributors, the current setup is unlikely to change.
298298

299-
- **Bug Reports**: [GitHub Issues](https://github.com/KubrickCode/quick-command-buttons/issues)
300-
- **Feature Requests**: [GitHub Discussions](https://github.com/KubrickCode/quick-command-buttons/discussions)
301-
- **Pull Requests**: Always welcome!
299+
If you'd like to contribute, please contact kubrickcode@gmail.com and we'll adapt the environment to accommodate contributions.
302300

303301
## 📜 License
304302

0 commit comments

Comments
 (0)