Add vscode prisma extension to recommended list (#1760)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									7f5a2363f9
								
							
						
					
					
						commit
						898efbb280
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
								
							|  | @ -6,6 +6,7 @@ | |||
|     "dbaeumer.vscode-eslint", // eslint plugin | ||||
|     "bradlc.vscode-tailwindcss", // hinting / autocompletion for tailwind | ||||
|     "ban.spellright", // Spell check for docs | ||||
|     "stripe.vscode-stripe" // stripe VSCode extension | ||||
|     "stripe.vscode-stripe", // stripe VSCode extension | ||||
|     "Prisma.prisma" // syntax|format|completion for prisma  | ||||
|   ] | ||||
| } | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Demian Caldelas
						Demian Caldelas