Overriding specific settings with JSON fragments? #19081
              
                
                  
                  
                    Answered
                  
                  by
                    lhecker
                  
              
          
                  
                    
                      regunakyle
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Hi, I have a JSON fragment: {
  "profiles": [
    {
      "defaults": {
        "font": {
          "face": "Cascadia Mono, Symbols Nerd Font Mono"
        },
        "startingDirectory": null
      }
    }
  ]
}
Can I use it to override the settings of Windows Terminal? I saved the JSON as  | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            lhecker
          
      
      
        Jun 30, 2025 
      
    
    Replies: 1 comment 2 replies
-
| I believe you're talking about #10790? | 
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Yes.