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
Hide Amazon Q and CodeCatalyst views in Sagemaker (#4129)
Hides Amazon Q and CodeCatalyst nodes **_AFTER THE EXTENSION IS ACTIVATED_**.
* This will not hide them before load, at the very least there will be a pop-in for the views.
* Depending on how much of the VS Code codebase SageMaker is willing to modify:
* SageMaker can permanently disable the icon by setting a `aws.isSageMaker` [when clause context](https://code.visualstudio.com/api/references/when-clause-contexts) to `true`
* SageMaker can also force the extension to load on open, which will slow load time for the IDE but will make the icons and menus pop out faster.
* This also prevents loading their code, which should speed up extension load
0 commit comments