Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mounts option on VsCode Settings #9305

Closed
Bernardoow opened this issue Dec 14, 2023 · 3 comments
Closed

Mounts option on VsCode Settings #9305

Bernardoow opened this issue Dec 14, 2023 · 3 comments
Assignees
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality

Comments

@Bernardoow
Copy link

On devcontainer.json we have an option to mount volumes inside a container. The project that I worked should not change their settings. But on my machine I want share my zsh files (zshrc, zshistory and so on...) with the containers.

What I do?

I put the following code to devcontianer.json

  "mounts": [
    "source=${localEnv:HOME}/.zsh_history,target=/home/node/.zsh_history,type=bind",
    "source=${localEnv:HOME}/.zshrc,target=/home/node/.zshrc,type=bind"
  ]

When I need to commit, I not select this file.

What I want?

I want put the same code but on user .settings.

@github-actions github-actions bot added the containers Issue in vscode-remote containers label Dec 14, 2023
@bamurtaugh bamurtaugh added the feature-request Request for new features or functionality label Dec 13, 2024
@vs-code-engineering vs-code-engineering bot added this to the Backlog Candidates milestone Dec 13, 2024
Copy link

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 10 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Copy link

This feature request has not yet received the 10 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding

Copy link

🙁 In the last 60 days, this feature request has received less than 10 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

@vs-code-engineering vs-code-engineering bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
containers Issue in vscode-remote containers feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

3 participants