mirror of
				https://github.com/SteamDeckHomebrew/decky-plugin-template.git
				synced 2025-10-30 14:52:29 -05:00 
			
		
		
		
	small refactor to avoid vscode spitting out errors for tasks.json (#30)
This commit is contained in:
		
					parent
					
						
							
								49201b05d7
							
						
					
				
			
			
				commit
				
					
						05cb4433d8
					
				
			
		
					 1 changed files with 4 additions and 10 deletions
				
			
		
							
								
								
									
										12
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								.vscode/tasks.json
									
										
									
									
										vendored
									
									
								
							|  | @ -8,9 +8,7 @@ | ||||||
|             "type": "shell", |             "type": "shell", | ||||||
|             "group": "none", |             "group": "none", | ||||||
|             "detail": "Install depedencies for basic setup", |             "detail": "Install depedencies for basic setup", | ||||||
|             "linux": { |             "command": "${workspaceFolder}/.vscode/setup.sh", | ||||||
|                 "command": "${workspaceFolder}/.vscode/setup.sh", |  | ||||||
|             }, |  | ||||||
|             // // placeholder for windows scripts, not currently planned |             // // placeholder for windows scripts, not currently planned | ||||||
|             // "windows": { |             // "windows": { | ||||||
|             //     "command": "call -c ${workspaceFolder}\\.vscode\\setup.bat", |             //     "command": "call -c ${workspaceFolder}\\.vscode\\setup.bat", | ||||||
|  | @ -44,9 +42,7 @@ | ||||||
|             "type": "shell", |             "type": "shell", | ||||||
|             "group": "none", |             "group": "none", | ||||||
|             "detail": "Check that settings.json has been created", |             "detail": "Check that settings.json has been created", | ||||||
|             "linux": { |             "command": "${workspaceFolder}/.vscode/config.sh", | ||||||
|                 "command": "${workspaceFolder}/.vscode/config.sh", |  | ||||||
|             }, |  | ||||||
|             // // placeholder for windows scripts, not currently planned |             // // placeholder for windows scripts, not currently planned | ||||||
|             // "windows": { |             // "windows": { | ||||||
|             //     "command": "call ${workspaceFolder}\\.vscode\\config.bat", |             //     "command": "call ${workspaceFolder}\\.vscode\\config.bat", | ||||||
|  | @ -58,9 +54,7 @@ | ||||||
|             "label": "cli-build", |             "label": "cli-build", | ||||||
|             "group": "build", |             "group": "build", | ||||||
|             "detail": "Build plugin with CLI", |             "detail": "Build plugin with CLI", | ||||||
|             "linux": { |             "command": "${workspaceFolder}/.vscode/build.sh", | ||||||
|                 "command": "${workspaceFolder}/.vscode/build.sh", |  | ||||||
|             }, |  | ||||||
|             // // placeholder for windows logic, not currently planned |             // // placeholder for windows logic, not currently planned | ||||||
|             // "windows": { |             // "windows": { | ||||||
|             //     "command": "call ${workspaceFolder}\\.vscode\\build.bat", |             //     "command": "call ${workspaceFolder}\\.vscode\\build.bat", | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue