mirror of
				https://github.com/nvbn/thefuck.git
				synced 2025-10-30 22:54:14 +00:00 
			
		
		
		
	#1184: Configure devcontainer shell with recommended way
https://code.visualstudio.com/docs/editor/integrated-terminal#_configuration
This commit is contained in:
		
				
					committed by
					
						 Pablo Aguiar
						Pablo Aguiar
					
				
			
			
				
	
			
			
			
						parent
						
							8e8c80c227
						
					
				
				
					commit
					30c90bccaa
				
			| @@ -9,7 +9,12 @@ | ||||
|  | ||||
| 	// Set *default* container specific settings.json values on container create. | ||||
| 	"settings": { | ||||
| 		"terminal.integrated.shell.linux": "/bin/bash", | ||||
| 		"terminal.integrated.profiles.linux": { | ||||
| 			"bash (login)": { | ||||
| 				"path": "bash", | ||||
| 				"args": ["-l"] | ||||
| 			} | ||||
| 		}, | ||||
| 		"python.pythonPath": "/usr/local/bin/python", | ||||
| 		"python.linting.enabled": true, | ||||
| 		"python.linting.pylintEnabled": true, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user