Add example project, devcontainer config and debugger config
This commit is contained in:
		
							
								
								
									
										21
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								.devcontainer/devcontainer.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,21 @@
 | 
			
		||||
{
 | 
			
		||||
	"name": "ZX Spectrum dev tools",
 | 
			
		||||
	"image": "boarstone.mcphail.uk/mcphail/speccydev",
 | 
			
		||||
	"remoteUser": "ubuntu",
 | 
			
		||||
	"runArgs": [
 | 
			
		||||
		"--network=host"
 | 
			
		||||
	],
 | 
			
		||||
	"customizations": {
 | 
			
		||||
		"vscode": {
 | 
			
		||||
			"extensions": [
 | 
			
		||||
				"maziac.dezog",
 | 
			
		||||
				"maziac.asm-code-lens",
 | 
			
		||||
				"maziac.z80-instruction-set",
 | 
			
		||||
				"maziac.hex-hover-converter",
 | 
			
		||||
				"maziac.sna-fileviewer",
 | 
			
		||||
				"maziac.nex-fileviewer",
 | 
			
		||||
				"ms-vscode.makefile-tools"
 | 
			
		||||
			]
 | 
			
		||||
		}
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user