mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix quotation marks in launch.json (#13325)
Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
		@@ -19,7 +19,7 @@
 | 
				
			|||||||
      "type": "go",
 | 
					      "type": "go",
 | 
				
			||||||
      "request": "launch",
 | 
					      "request": "launch",
 | 
				
			||||||
      "mode": "debug",
 | 
					      "mode": "debug",
 | 
				
			||||||
      "buildFlags": "-tags=\"sqlite sqlite_unlock_notify\"",
 | 
					      "buildFlags": "-tags='sqlite sqlite_unlock_notify'",
 | 
				
			||||||
      "port": 2345,
 | 
					      "port": 2345,
 | 
				
			||||||
      "host": "127.0.0.1",
 | 
					      "host": "127.0.0.1",
 | 
				
			||||||
      "program": "${workspaceRoot}/main.go",
 | 
					      "program": "${workspaceRoot}/main.go",
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										4
									
								
								contrib/ide/vscode/settings.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								contrib/ide/vscode/settings.json
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "go.buildTags": "'sqlite sqlite_unlock_notify'",
 | 
				
			||||||
 | 
					    "go.testFlags": ["-v"]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user