Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with highlighting with some folder names #3477

Closed
Edsonbs opened this issue Jan 25, 2024 · 2 comments
Closed

Problems with highlighting with some folder names #3477

Edsonbs opened this issue Jan 25, 2024 · 2 comments

Comments

@Edsonbs
Copy link

Edsonbs commented Jan 25, 2024

When you open a folder whose name contains any accent mark (´), the extension don't shows you highlighted errors.

Environment
  • Operating System: Sonoma 14.2.1
  • Java version "21.0.1" 2023-10-17 LTS
  • Java(TM) SE Runtime Environment (build 21.0.1+12-LTS-29)
  • Java HotSpot(TM) 64-Bit Server VM (build 21.0.1+12-LTS-29, mixed mode, sharing)
  • Visual Studio Code version: 1.85.2
  • Java extension version: 1.26.0
Steps To Reproduce
  1. Create a folder with the name "Programación" (where do you want, for example in the Desktop).
  2. Open this folder with Visual Studio Code.
  3. Create a java file, name it as you want, for example "a.java".
  4. Press any random key to make a code mistake.
    You will see that you cannot see the code marked with a error in the code writer, just at the bottom in the error counter.
  5. Now rename the folder "Programación" to "Programacion", without the accent mark "´".
  6. Reopen the folder with Visual Studio Code.
    Now the code have the errors marked in the code.
Additional Informations

If the file has a name with accent mark, and the folder name without accent mark, you will not have problems, the code will highlight the code without errors.
This problem doesnt exist in Windows (or I don't have it).

Folder with the thow names

Archivo.zip

(Sorry for my english, im not native english speaker.)

@fbricon
Copy link
Collaborator

fbricon commented Jan 25, 2024

I can't reproduce on Sonoma 14.2.1
Screenshot 2024-01-25 at 18 59 15

@Edsonbs
Copy link
Author

Edsonbs commented Jan 25, 2024

Wow, then it's probably because I have to configure something... But I don't find the cause of that problem...
Then I will close this issue.
Thanks for your time!

@Edsonbs Edsonbs closed this as completed Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants