mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Add Dev Container configs
This commit is contained in:
		
							
								
								
									
										18
									
								
								.devcontainer/gcc7/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								.devcontainer/gcc7/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| { | ||||
| 	"name": "GCC 7", | ||||
| 	"image": "conanio/gcc7", | ||||
| 	"runArgs": [ | ||||
| 		"--name=ArduinoJson-gcc7" | ||||
| 	], | ||||
| 	"customizations": { | ||||
| 		"vscode": { | ||||
| 			"extensions": [ | ||||
| 				"ms-vscode.cmake-tools" | ||||
| 			], | ||||
| 			"settings": { | ||||
| 				"cmake.generator": "Unix Makefiles", | ||||
| 				"cmake.buildDirectory": "/tmp/build" | ||||
| 			} | ||||
| 		} | ||||
| 	} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user