remove indent in faq example

This commit is contained in:
Evan Simkowitz 2024-12-18 10:52:29 -08:00
parent 09a87e8db4
commit d843a3c9f2
No known key found for this signature in database

View File

@ -28,7 +28,7 @@ the location of the Git Bash "bash.exe" binary. By default it is located at "C:\
Just remember in JSON, backslashes need to be escaped. So add this to your [settings.json](./config) file:
```json
"term:localshellpath": "C:\\Program Files\\Git\\bin\\bash.exe"
"term:localshellpath": "C:\\Program Files\\Git\\bin\\bash.exe"
```
### Can I use WSH outside of Wave?