25 lines
		
	
	
		
			648 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			648 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "2.0.0",
 | 
						|
    "tasks": [
 | 
						|
        {
 | 
						|
            "label": "cargo-clean-build",
 | 
						|
            "type": "process",
 | 
						|
            "command": "cargo",
 | 
						|
            "args": [
 | 
						|
                "build",
 | 
						|
                "--bin=hello_remote_world",
 | 
						|
                "--package=hello_remote_world"
 | 
						|
            ],
 | 
						|
            "group": "build",
 | 
						|
            "problemMatcher": ["$rustc"],
 | 
						|
            "presentation": {
 | 
						|
                "echo": true,
 | 
						|
                "reveal": "always",
 | 
						|
                "focus": false,
 | 
						|
                "panel": "shared",
 | 
						|
                "showReuseMessage": true,
 | 
						|
                "clear": false
 | 
						|
            }
 | 
						|
        }
 | 
						|
    ]
 | 
						|
} |