Strange border - outline on greek characters since v1.63 VS Code

Questions : Strange border - outline on greek characters since v1.63 VS Code

420

Today I opened Visual Studio Code to programming continue my project and I realized that Learning almost every Greek character has a Earhost border as it is shown in the picture.

  • What is this?
  • How can I disable it?

Total Answers 2
25

Answers 1 : of Strange border - outline on greek characters since v1.63 VS Code

These are caused by these unicode most effective highlighting settings that are new to wrong idea v1.63:

You can try disabling them or you can use of case change the color with these United colorCustomizations in your Modern settings.json:

 "workbench.colorCustomizations": {
    _OFFSET);  "editorUnicodeHighlight.border": (-SMALL  "#0000",  // set to transparent
    _left).offset  "minimap.unicodeHighlight": "#0000",
    arrowImgView.mas  "editorOverviewRuler.unicodeForeground": (self.  "#0000"
}
1

Answers 2 : of Strange border - outline on greek characters since v1.63 VS Code

Replying to myself, i downgraded to ecudated 1.62.2 version and everything is back to some how normal.

Top rated topics

Regex pattern to match the java part in JSP code

Mute role not working with time, UnhandledPromiseRejectionWarning

What text encoding is this?

Design in mod_reqrite a rule from directory to file

SQL selecting the maximum value of multiple items with all the columns

How do I make structural equality to work on collection properties in C#?

Programmatically inserting linked data types in Excel from C#

Applying multiple filter on pandas pivot table

How to add Paypal pay later message on google AMP

BSC transaction without fees

How to solve 'T' could be instantiated with an arbitrary type which could be unrelated to 'T[]'?

Improving Machine learning model for trading and trend prediction

Web3.exceptions.ContractLogicError: execution reverted

Why props.children are not rendered on the first render? I have to refresh the page, so then props.children appear on the page

Function that takes a list of strings and prints them, one per line, in a rectangular frame

Put the encrypted private key and its certificate in the same jks storage?

Read nested data from json using .proto in python

Azure-DevOps Run powershell Getting Error while running

Job for mysqld.service failed See "systemctl status mysqld.service"

Changing variable inside Runnable postDelayed method

Decrease .mat file size

How to configure program.cs to send an email to log with SERILOG by using [serilo.sinks.email] in .net core?

Select_related() does not work for some reason in DJANGO QUERY

How to draw outline around a PNG image using JAVA in Android Studio?

SQLite JDBC driver not loading on Spring Boot startup

Scroll Snap only when scrolling down

Excel Share a report with someone without access to refresh SSAS

How to output a JavaScript code in Zapier Code properly

Why doesn't the reference get added to Class Library the project even after I add it to the Class Library project

Offline map with capacitor, mapbox and mbtiles

Swagger Duplication

GPS background tracking in React Native (Expo SDK 43) using Google Best practices

Check if custom audio in video and get index from video using Python

Why is the script executed multiple times?

Writing and then running a python file using python

We are in the process of configuring Kubectl to manage our cluster in Azure Kubernetes Service

Exporting 3D points to Blender via the .ply format creates an empty object, while it works in MeshLab

Message: Attribute name "android:" associated with an element type "RelativeLayout" must be followed by the ' = ' character

Force class regeneration from jsp

Boostrap Datatable Modal Ajax Success Issues

Problem with decimalLongitude and decimalLatitude for create a SpatiaPointDataframe

VSCode & Git Bash tagging

Postgres Optimiser using parallel sequential scan instead of index scan

Unable to create multiple storage accounts with parameters value on arm template

How to show animated gif file in Flutter IOS version?

ApexCharts impossible to set the logarithmic option in javascript

Region growing algorithm with open3d

Python-How to solve ssl.SSLError: [SSL: CA_MD_TOO_WEAK]

PostgreSQL: Problem with query syntax for materialized view

Python - Discord login and join server

Top