vscodium
vscodium copied to clipboard
Cannot autoclose quotes in shell script file
Describe the bug I found that I'm unable to auto close the quotes. I have set autoclosing settings to always. It happens when I writing shell script.
Please confirm that this problem is VSCodium-specific
- [] This bug doesn't happen if I use Microsoft's Visual Studio Code. It only happens in VSCodium.
Please confirm that the issue/resolution isn't already documented
- [v] I checked the Docs page and the Troubleshooting page and my issue is not mentioned there.
To Reproduce Steps to reproduce the behavior:
- Open any shell script
- Type
echo "
- Watch that it doesn't auto close.
Expected behavior
Autoclose quote like echo ""
Screenshots
The settings:
Desktop (please complete the following information):
- OS: Debian 12
- Architecture: x64
- Version 1.84.1
- App Manager: apt
- Sandboxed: No
Additional context
However, just typing quote "
it will auto close, but if I put word before quote like echo
, read
, printf
. No auto close
Can anyone please confirm if there experience same problem as me ?
Visual Studio Code has the same behaviour.
This issue has been automatically marked as stale. If this issue is still affecting you, please leave any comment, and we'll keep it open. If you have any new additional information, please include it with your comment!