In my vscode there is vertical line. I can't find to hide it. Please see in attached. I have already disabled minimap. 
            Asked
            
        
        
            Active
            
        
            Viewed 1,199 times
        
    3
            
            
         
    
    
        Alex Aung
        
- 2,637
- 5
- 34
- 63
- 
                    3[Vertical rulers in Visual Studio Code](https://stackoverflow.com/a/29972073) Set `editor.rulers: []` – 001 Jun 11 '21 at 17:18
- 
                    1Or just delete that `editor.rulers` setting. – Mark Jun 11 '21 at 18:31
1 Answers
1
            
            
        if you're using Flutter then you need to edit the ruler for dart, you'll navigate to the file from RUN command: %APPDATA%\code\User\settings.json
and set the ruler to 0 like in the picture attached.
 
    
    
        Ahmed Taifour
        
- 21
- 2