vscode: añade extension para leer pdfs
This commit is contained in:
		
							parent
							
								
									604e69f4d3
								
							
						
					
					
						commit
						1629ce346f
					
				
					 2 changed files with 10 additions and 0 deletions
				
			
		|  | @ -20,6 +20,7 @@ with lib; | |||
|       toasty-technologies.octave | ||||
|       Gimly81.matlab | ||||
|       zhwu95.riscv | ||||
|       tomoki1207.pdf | ||||
|     ]); | ||||
|     userSettings = { | ||||
|       "files.autoSave" = "onFocusChange"; | ||||
|  |  | |||
|  | @ -56,5 +56,14 @@ | |||
|       sha256 = "sha256-PXaHSEXoN0ZboHIoDg37tZ+Gv6xFXP4wGBS3YS/53TY="; | ||||
|     }; | ||||
|   }; | ||||
| 
 | ||||
|   tomoki1207.pdf = buildVscodeMarketplaceExtension { | ||||
|     mktplcRef = { | ||||
|       publisher = "tomoki1207"; | ||||
|       name = "pdf"; | ||||
|       version = "1.2.0"; | ||||
|       sha256 = "sha256-/2u2yfAmSVBvfXIMt2VokkeYH8q8Y9Ca9YSDuwwpkq0="; | ||||
|     }; | ||||
|   }; | ||||
| # para obtener el sha: lib.fakeSha256 | ||||
| } | ||||
|  |  | |||
		Reference in a new issue
	
	 Fabián Montero
						Fabián Montero