mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	misc: change the "taskName" to "label" in vscode tasks.json (#10739)
because of vscode suggest ref ISSUE: Microsoft/vscode-docs#1181 Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
				
			|||||||
  "version": "2.0.0",
 | 
					  "version": "2.0.0",
 | 
				
			||||||
  "tasks": [
 | 
					  "tasks": [
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "taskName": "Build",
 | 
					      "label": "Build",
 | 
				
			||||||
      "type": "shell",
 | 
					      "type": "shell",
 | 
				
			||||||
      "command": "go",
 | 
					      "command": "go",
 | 
				
			||||||
      "group": "build",
 | 
					      "group": "build",
 | 
				
			||||||
@@ -25,7 +25,7 @@
 | 
				
			|||||||
      "problemMatcher": ["$go"]
 | 
					      "problemMatcher": ["$go"]
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
      "taskName": "Build (with SQLite3)",
 | 
					      "label": "Build (with SQLite3)",
 | 
				
			||||||
      "type": "shell",
 | 
					      "type": "shell",
 | 
				
			||||||
      "command": "go",
 | 
					      "command": "go",
 | 
				
			||||||
      "group": "build",
 | 
					      "group": "build",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user