This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
shimatta
/
shimatta_kenkyushu_label_gen
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Add virtualenv to settings.json
Mario Hüttel
hace 2 años
padre
bd0db220e3
commit
a19855b279
Se han
modificado 1 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
3
0
.vscode/settings.json
+ 3
- 0
.vscode/settings.json
Ver fichero
@@ -0,0 +1,3 @@
+{
+ "python.pythonPath": "${workspaceFolder}/venv/bin/python"
+}