feat: show hidden files in SMAI JL by default#1161
Merged
Conversation
aws-srijach
approved these changes
Apr 22, 2026
…into show-hidden-files
aws-pavankks
approved these changes
Apr 23, 2026
aws-srijach
approved these changes
Apr 23, 2026
aws-pavankks
approved these changes
Apr 24, 2026
TRNWWZ
approved these changes
Apr 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add showHiddenFiles: true to the SMAI JupyterLab overrides to enable hidden file visibility in the file browser by default for SMAI spaces.
Type of Change
Release Information
Does this change need to be included in patch version releases? By default, any pull requests will only be added to the next SMD image minor version release once they are merged in template folder. Only critical bug fix or security update should be applied to new patch versions of existed image minor versions.
If yes, please explain why:
N/A
How Has This Been Tested?
Confirmed setting this on a space results in hidden files being shown.
Checklist:
Test Screenshots (if applicable):
Related Issues
Builds on PR #1108 which introduces the SMAI overrides file and the start-jupyter-server entrypoint logic to copy it into place for SMAI spaces.
Additional Notes
This is a single-line addition to the existing overrides.json. The setting acts as a default, users can still toggle hidden file visibility off via View → Show Hidden Files if desired.