-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README.md. Handle untrusted mise config files
- Loading branch information
Showing
5 changed files
with
115 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Copyright 2025 Hugues Verlin | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,54 @@ | ||
# mise-vscode | ||
# mise-vscode 🛠️ | ||
[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/hverlin.mise-vscode)](https://marketplace.visualstudio.com/items?itemName=hverlin.mise-vscode) | ||
[![Open VSX](https://img.shields.io/open-vsx/v/hverlin/mise-vscode)](https://open-vsx.org/extension/hverlin/mise-vscode) | ||
|
||
This is an extension for https://mise.jdx.dev/ | ||
VS Code extension for [mise](https://mise.jdx.dev/) | ||
|
||
## Features | ||
- Automatically detect `mise` tasks | ||
- Run `mise` directly from `mise.toml` files, the command palette, or the mise sidebar | ||
- Show tools in the sidebar. Clicking on a tool will show where the tool is defined | ||
- Show mise environment variables | ||
> [mise](https://mise.jdx.dev/) is a development environment setup tool that manages your project's tools, runtimes, environment variables, and tasks all in one place. | ||
## 📥 Installation | ||
- [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=hverlin.mise-vscode) | ||
- [Open VSX Registry](https://open-vsx.org/extension/hverlin/mise-vscode) | ||
|
||
## ✨ Features | ||
|
||
### Task Management | ||
- 🔍 Automatic detection of `mise` tasks | ||
- ⚡ Run tasks directly from: | ||
- `mise.toml` files | ||
- Command palette | ||
- Mise sidebar | ||
|
||
### Tool Management | ||
- 🧰 View all [mise tools](https://mise.jdx.dev/dev-tools/) (python, node, jq, etc.) in the sidebar | ||
- 📍 Quick navigation to tool definitions | ||
- 📱 Show tools which are not installed or active | ||
|
||
### Environment Variables | ||
- 🌍 View [mise environment variables](https://mise.jdx.dev/environments.html) | ||
|
||
## 🚀 Getting Started | ||
|
||
1. Install the extension from [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=hverlin.mise-vscode#overview) or [Open VSX](https://open-vsx.org/extension/hverlin/mise-vscode) | ||
2. Open a project with a `mise.toml` file | ||
3. Access mise features through: | ||
- The sidebar icon `terminal` icon in the activity bar (usually on the left) | ||
- Command palette (`Ctrl/Cmd + Shift + P`). Search for `Run Mise Task` or `Open Tool definition` or `Open Mise Task definition` | ||
- The status bar at the bottom of the window | ||
|
||
## 🐛 Bug Reports / Feature Requests / Contributing | ||
|
||
- Found a bug? Please [open an issue](https://github.com/hverlin/mise-vscode/issues) with: | ||
- Contributions are welcome! Please use the `discussions` tab before opening a PR. | ||
|
||
## Roadmap | ||
|
||
- [ ] Automatically setup SDKs based on mise tools | ||
- [ ] Improve mise task integration | ||
- [ ] Suggest to install missing tools | ||
- [ ] UI to install tools | ||
- ... | ||
|
||
## 📄 License | ||
|
||
This extension is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters