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

Relocation of workspace .vscode folder from project root #176354

Closed
DatStorm opened this issue Mar 7, 2023 · 3 comments
Closed

Relocation of workspace .vscode folder from project root #176354

DatStorm opened this issue Mar 7, 2023 · 3 comments
Assignees
Labels
config VS Code configuration, set up issues *question Issue represents a question, should be posted to StackOverflow (VS Code)

Comments

@DatStorm
Copy link

DatStorm commented Mar 7, 2023

Hey.

Thanks for producing a great tool! At our organization we are trying to keep a clean folder structure and would like to move .vscode folder (red arrow) into the settings folder (green arrow). Though when we do this VS-Code no longer picks it up and the settings is lost.

The feature wanted is a way to specify the workspace path to the .vscode folder.

image

@gjsjohnmurray
Copy link
Contributor

I don't think it can be moved, but it can be configured not to appear in VS Code Explorer by adding this to .vscode/settings.json

    "files.exclude": {
        ".vscode": true
    },

The files within that folder can be opened via Command Palette and/or action buttons at various places in the UI. When one of the files within it is open the folder appears, then disappears when that is no longer the case.

@bpasero bpasero assigned sandy081 and unassigned bpasero Mar 7, 2023
@bpasero bpasero added the config VS Code configuration, set up issues label Mar 7, 2023
@sandy081
Copy link
Member

sandy081 commented Mar 8, 2023

@gjsjohnmurray Thanks for the suggestion

@sandy081 sandy081 added the *question Issue represents a question, should be posted to StackOverflow (VS Code) label Mar 8, 2023
@VSCodeTriageBot
Copy link
Collaborator

We closed this issue because it is a question about using VS Code rather than an issue or feature request. Please search for help on StackOverflow, where the community has already answered thousands of similar questions. You may find their guide on asking a new question helpful if your question has not already been asked. See also our issue reporting guidelines.

Happy Coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Mar 8, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Apr 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
config VS Code configuration, set up issues *question Issue represents a question, should be posted to StackOverflow (VS Code)
Projects
None yet
Development

No branches or pull requests

5 participants