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

Hide temp/ignore files prefixed with "." from file explorer #1461

Open
Tracked by #1465 ...
rukiafarraj opened this issue Feb 16, 2022 · 2 comments
Open
Tracked by #1465 ...

Hide temp/ignore files prefixed with "." from file explorer #1461

rukiafarraj opened this issue Feb 16, 2022 · 2 comments

Comments

@rukiafarraj
Copy link

rukiafarraj commented Feb 16, 2022

Expected Behavior

After launching edit in VS Code from AzureML, expect to not see nonstandard files prefixed with "." in file explorer view in VS Code

Actual Behavior

The system is generating a bunch of temp/nonstandard files and we're showing them in the file explorer when in VS Code. Editors like Jupyter/Jupyterlab hide these automatically for users. We're working to hide these in AML Studio too. For consistency, we should hide them in VS Code.

Steps to Reproduce the Problem

  1. In an Azure Machine Learning workspace, with compute instance running
  2. Navigate to Notebooks
  3. Create a new notebook, notice some additional files will get created like ".amlignore" (working on a fix to hide these in the studio soon)
  4. In the global toolbars, click "Edit in VS Code"
  5. You'll notice when in VS Code, these files appear in the explorer (confusing to users and creates noise)

Specifications

  • Version:
  • Platform:
@tbombach
Copy link
Member

Thanks for filing Rukia! This is a bit of a tricky issue, since users might want to edit their .gitignore files or .amlignore files while they're using the Compute Instance. Hiding them would help users who don't need to interact those files, but it would remove the functionality for users who do need them.

VS Code has a couple of ways of letting the user choose which files appear:

@rukiafarraj
Copy link
Author

Thanks, @tbombach for the review and response! I think the second option sounds ideal - what would it take?

For additional context, we've made changes on the AML side to hide files that start with "." in the studio, and Jupyter/lab does the same. For consistency, we should hide these when users go to VS code as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants