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
- Chain multiple commands together using `&&` between commands.
28
-
- Test the command first by running it in the terminal before adding it to the extension to verify it is correct. Note that because the command is not running in a terminal window, there will not be any output or error messages.
27
+
- Run multiple commands by using `&` between commands.
28
+
- Chain multiple commands together to run one at a time using `&&` between commands.
29
+
- Test the full command first by running it in the terminal before adding it to the extension to verify it is correct. Note that because the command is not running in a terminal window, there will not be any output or error messages.
0 commit comments