vscodium: extend default python env with setuptools
This commit is contained in:
		
							parent
							
								
									b5ac576fa9
								
							
						
					
					
						commit
						e6b13ad7b6
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -344,7 +344,11 @@ in
 | 
			
		|||
      }
 | 
			
		||||
    ];
 | 
			
		||||
    userSettings = let
 | 
			
		||||
      defaultPython = pkgs.python3.withPackages (ps: [ps.jedi ps.jedi-language-server ps.pip ps.black ps.mypy]);
 | 
			
		||||
      defaultPython = pkgs.python3.withPackages (ps: [
 | 
			
		||||
        ps.jedi ps.jedi-language-server
 | 
			
		||||
        ps.pip ps.setuptools # for pkg_resources
 | 
			
		||||
        ps.black ps.mypy
 | 
			
		||||
      ]);
 | 
			
		||||
      in {
 | 
			
		||||
      "editor.fontLigatures" = true;
 | 
			
		||||
      "window.autoDetectColorScheme" = true;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue