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
I'm submitting a feature request to make the live server be case-sensitive
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report <!-- Please search GitHub for a similar issue or PR before submitting -->
[ X] Feature request
[ ] Documentation issue or request
[ ] Other: <!-- Please describe: -->
Current behavior
On a MAC and Windows machine this is not case-sensitive and teaching new web developers they do not always use the proper case in their code so it will work on Windows but breaks when they push a web server that is case-sensitive. Other platforms can have this issue if they turn off case-sensitivity which is on by default on Linux and Mac system by default.
Expected behavior
Let's take images for example. If the filename has an uppercase letter in it and the HTML code <img src...) tag uses all lowercase it should fail to display the image due to the case not matching in the filename. This is the way most web servers work that are not on Windows.
Environment
Browser:
All browsers behave the same
For Tooling issues:
- Live Server: All version
- Platform: MAC & Windows
- Visual Studio Code: All versions.
Others
The text was updated successfully, but these errors were encountered:
I'm submitting a feature request to make the live server be case-sensitive
Current behavior
On a MAC and Windows machine this is not case-sensitive and teaching new web developers they do not always use the proper case in their code so it will work on Windows but breaks when they push a web server that is case-sensitive. Other platforms can have this issue if they turn off case-sensitivity which is on by default on Linux and Mac system by default.
Expected behavior
Let's take images for example. If the filename has an uppercase letter in it and the HTML code <img src...) tag uses all lowercase it should fail to display the image due to the case not matching in the filename. This is the way most web servers work that are not on Windows.
Environment
Others
The text was updated successfully, but these errors were encountered: