[GITEA] fix VSCode settings
Without this change, I get the error: > Error creating test engine: sqlite3 requires: import _ "github.com/mattn/go-sqlite3" or -tags sqlite,sqlite_unlock_notify (cherry picked from commit15fa4cf98e) (cherry picked from commit2993203093) (cherry picked from commitf5054e4883) (cherry picked from commite14c5f934c)
This commit is contained in:
		
							parent
							
								
									f4e19d3323
								
							
						
					
					
						commit
						ed53157084
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
{
 | 
			
		||||
    "go.buildTags": "'sqlite sqlite_unlock_notify'",
 | 
			
		||||
    "go.buildTags": "sqlite,sqlite_unlock_notify",
 | 
			
		||||
    "go.testFlags": ["-v"]
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue