mirror of
				https://github.com/sitelease/sugar-cube-client.git
				synced 2025-10-31 12:02:30 +01:00 
			
		
		
		
	Added the repository settings
This commit is contained in:
		
							
								
								
									
										7
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								.vscode/settings.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,7 @@ | ||||
| { | ||||
|   "editor.insertSpaces": true, | ||||
|   "editor.tabSize": 2, | ||||
|   "files.encoding": "utf8", | ||||
|   "files.insertFinalNewline": true, | ||||
|   "files.trimFinalNewlines": true | ||||
| } | ||||
							
								
								
									
										36
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								.vscode/tasks.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @ -0,0 +1,36 @@ | ||||
| { | ||||
|   "version": "2.0.0", | ||||
|   "tasks": [ | ||||
|     { | ||||
|       "command": "robo clean", | ||||
|       "label": "robo : clean", | ||||
|       "problemMatcher": [], | ||||
|       "type": "shell" | ||||
|     }, | ||||
|     { | ||||
|       "command": "robo doc", | ||||
|       "label": "robo : doc", | ||||
|       "problemMatcher": [], | ||||
|       "type": "shell" | ||||
|     }, | ||||
|     { | ||||
|       "command": "robo lint", | ||||
|       "label": "robo : lint", | ||||
|       "problemMatcher": [], | ||||
|       "type": "shell" | ||||
|     }, | ||||
|     { | ||||
|       "command": "robo test", | ||||
|       "group": {"isDefault": true, "kind": "build"}, | ||||
|       "label": "robo : test", | ||||
|       "problemMatcher": [], | ||||
|       "type": "shell" | ||||
|     }, | ||||
|     { | ||||
|       "command": "robo upgrade", | ||||
|       "label": "robo : upgrade", | ||||
|       "problemMatcher": [], | ||||
|       "type": "shell" | ||||
|     } | ||||
|   ] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user