Open RonithManikonda opened 1 month ago
Run & review this pull request in StackBlitz Codeflow.
Latest commit: |
69ec710
|
Status: | ✅ Deploy successful! |
Preview URL: | https://945c3ace.tutorialkit-demo-page.pages.dev |
Branch Preview URL: | https://ronith-hide-toggle-terminal.tutorialkit-demo-page.pages.dev |
Change the default value of
terminal.allowCommands
from an empty array to['ls', 'echo']
. This change prevents users from running all available commands by default in tutorials, enhancing security and focus. Lesson authors can still allow all commands by specifyingterminal.allowCommands: []
in the metadata.BREAKING CHANGE: The default value of
terminal.allowCommands
is now restricted to['ls', 'echo']
. To allow all commands, explicitly setterminal.allowCommands: []
in the metadata.Closes #302