I want to install the following rulers only when viewing * .py files. Is it possible?
{ "editor.rulers": [72, 79] }
Starting with version 1.9 , language settings have been introduced. This means that now you can use the following configuration to achieve what you want:
"[python]": { "editor.rulers": [72, 79] }
Source: https://habr.com/ru/post/1661942/More articles:Determine if the date is the day of the week / day off java - javaReading and managing HTML with Excel VBA - htmlJquery - using each () to get the position of a class element - javascriptpgpooladmin 3.5.2 error code e1014 could not read the .pcppass file - pgpoolMethod for calling VueJs in child components - componentsOpencart Version 2.3.0.2, Failed to load success page - opencartProblems with $ next to MongoDB without using $ maxDistance - mongodbASP.NET website fell sharply by 50 requests - c #Kafka Controller could not connect to brokers - apache-kafkaSecurity Integration with Kafka 1.0 with SSL - securityAll Articles