docs: Update ide-integration.md - #6040
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the VSCode configuration documentation for IDE integration, specifically improving the terminal automation profile settings for macOS users.
- Replaces the shorthand
-largument with the more explicit--loginflag - Adds a tip section explaining an alternative configuration that includes
~/.zshrc
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
jdx
enabled auto-merge (squash)
August 15, 2025 16:37
Hyperfine Performance
|
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.8.10 x -- echo |
18.3 ± 0.3 | 17.7 | 21.8 | 1.00 |
mise x -- echo |
18.5 ± 0.3 | 17.9 | 21.2 | 1.01 ± 0.03 |
mise env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.8.10 env |
17.7 ± 0.3 | 17.1 | 19.9 | 1.00 |
mise env |
18.0 ± 0.6 | 17.2 | 23.1 | 1.02 ± 0.04 |
mise hook-env
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.8.10 hook-env |
17.4 ± 0.3 | 16.9 | 19.4 | 1.00 ± 0.02 |
mise hook-env |
17.4 ± 0.3 | 17.0 | 18.5 | 1.00 |
mise ls
| Command | Mean [ms] | Min [ms] | Max [ms] | Relative |
|---|---|---|---|---|
mise-2025.8.10 ls |
15.7 ± 0.3 | 15.3 | 17.2 | 1.00 |
mise ls |
15.9 ± 0.3 | 15.3 | 16.8 | 1.01 ± 0.03 |
xtasks/test/perf
| Command | mise-2025.8.10 | mise | Variance |
|---|---|---|---|
| install (cached) | 162ms | ✅ 101ms | +60% |
| ls (cached) | 61ms | 60ms | +1% |
| bin-paths (cached) | 64ms | 64ms | +0% |
| task-ls (cached) | 476ms | 467ms | +1% |
✅ Performance improvement: install cached is 60%
jdx
pushed a commit
that referenced
this pull request
Aug 17, 2025
### 📦 Registry - add container-use ([aqua:dagger/container-use](https://github.com/dagger/container-use)) by [@TyceHerrman](https://github.com/TyceHerrman) in [#6029](#6029) - add prek ([aqua:j178/prek](https://github.com/j178/prek)) by [@HenryZhang-ZHY](https://github.com/HenryZhang-ZHY) in [#6023](#6023) ### 🚀 Features - **(task)** allow more #MISE comments patterns by [@risu729](https://github.com/risu729) in [#6011](#6011) ### 🐛 Bug Fixes - prevent panic with task tera errors by [@jdx](https://github.com/jdx) in [#6046](#6046) ### 📚 Documentation - **(settings)** use php as an example for `disable_default_registry` by [@risu729](https://github.com/risu729) in [#6025](#6025) - Update ide-integration.md by [@jdx](https://github.com/jdx) in [#6035](#6035) - Update ide-integration.md by [@jdx](https://github.com/jdx) in [#6040](#6040) - added openSUSE zypper install instructions by [@lfromanini](https://github.com/lfromanini) in [#6037](#6037) - update `contributing.md` for discussions by [@br3ndonland](https://github.com/br3ndonland) in [#6047](#6047) ### Chore - fix warnings by [@jdx](https://github.com/jdx) in [#6043](#6043) - remove unused permissions in registry test by [@risu729](https://github.com/risu729) in [#6044](#6044) - fix fish shell script in hk config by [@jdx](https://github.com/jdx) in [#6048](#6048) ### New Contributors - @br3ndonland made their first contribution in [#6047](#6047) - @HenryZhang-ZHY made their first contribution in [#6023](#6023) - @lfromanini made their first contribution in [#6037](#6037)
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.