Merge pull request #4 from adamscott/vscode-settings
Add VSCode extension suggestions and update .gitignore for the rest of the VSCode files
This commit is contained in:
		
						commit
						8fc98af6dd
					
				
							
								
								
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| 
						 | 
					@ -25,4 +25,8 @@ demo/bin/*
 | 
				
			||||||
*.exp
 | 
					*.exp
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Other stuff
 | 
					# Other stuff
 | 
				
			||||||
*.log
 | 
					*.log
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# VSCode
 | 
				
			||||||
 | 
					.vscode/*
 | 
				
			||||||
 | 
					!.vscode/extensions.json
 | 
				
			||||||
							
								
								
									
										6
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								.vscode/extensions.json
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| 
						 | 
					@ -0,0 +1,6 @@
 | 
				
			||||||
 | 
					{
 | 
				
			||||||
 | 
					    "recommendations": [
 | 
				
			||||||
 | 
					        "ms-vscode.cpptools-extension-pack",
 | 
				
			||||||
 | 
					        "ms-python.python"
 | 
				
			||||||
 | 
					    ]
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in a new issue