mirror of
				https://github.com/esphome/esphome.git
				synced 2025-11-04 00:51:49 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			332 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			332 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "problemMatcher": [
 | 
						|
    {
 | 
						|
      "owner": "pytest",
 | 
						|
      "fileLocation": "absolute",
 | 
						|
      "pattern": [
 | 
						|
        {
 | 
						|
          "regexp": "^\\s+File \"(.*)\", line (\\d+), in (.*)$",
 | 
						|
          "file": 1,
 | 
						|
          "line": 2
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "regexp": "^\\s+(.*)$",
 | 
						|
          "message": 1
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  ]
 | 
						|
}
 |