You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
In an Azure Machine Learning workspace, with compute instance running
Navigate to Notebooks
Create a new notebook, notice some additional files will get created like ".amlignore" (working on a fix to hide these in the studio soon)
In the global toolbars, click "Edit in VS Code"
You'll notice when in VS Code, these files appear in the explorer (confusing to users and creates noise)
Specifications
Version:
Platform:
The text was updated successfully, but these errors were encountered:
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:
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.
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
Specifications
The text was updated successfully, but these errors were encountered: