How can I easily display the value of Visual Studio Code's environment variabls like ${cwdFolder} or ${workspaceFolder}? (preferrably using the command line).
            Asked
            
        
        
            Active
            
        
            Viewed 448 times
        
    2
            
            
         
    
    
        Gino Mempin
        
- 25,369
- 29
- 96
- 135
 
    
    
        Daar44
        
- 309
- 5
- 11
- 
                    See https://code.visualstudio.com/updates/v1_32#_variable-support-in-send-sequence-command and especially https://stackoverflow.com/a/55113523/836330 – Mark Dec 30 '21 at 17:00
- 
                    1And `${env:PROGRAMFILES}` for environment variables. – Mark Dec 30 '21 at 17:11