mirror of
				https://github.com/steveiliop56/tinyauth.git
				synced 2025-10-30 05:35:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			281 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			281 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "version": "0.2.0",
 | |
|   "configurations": [
 | |
|     {
 | |
|       "name": "Connect to server",
 | |
|       "type": "go",
 | |
|       "request": "attach",
 | |
|       "mode": "remote",
 | |
|       "remotePath": "/tinyauth",
 | |
|       "port": 4000,
 | |
|       "host": "127.0.0.1",
 | |
|       "debugAdapter": "legacy"
 | |
|     }
 | |
|   ]
 | |
| }
 | 
