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

Filter out SourceControl.Git package from VS Code workspace #646

Open
isc-pbarton opened this issue Nov 19, 2024 · 2 comments
Open

Filter out SourceControl.Git package from VS Code workspace #646

isc-pbarton opened this issue Nov 19, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@isc-pbarton
Copy link
Collaborator

If I use the Git Web UI to download a VS Code workspace to edit code in a namespace, I can view and edit the SourceControl.Git classes that make up Embedded Git. It might reduce confusion if we can filter those out of the workspace view by default.

@isc-tleavitt
Copy link
Collaborator

@isc-pbarton I think the solution here is the web application editing mode / view.

@isc-tleavitt isc-tleavitt added the enhancement New feature or request label Nov 20, 2024
@isc-tleavitt
Copy link
Collaborator

Actually this is pretty easy - can use a filter like:
?filter=*.*,'SourceControl.*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants