This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
shimatta
/
shimatta_kenkyushu_label_gen
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
Add virtualenv to settings.json
Mario Hüttel
2 anos atrás
pai
bd0db220e3
commit
a19855b279
1 arquivos alterados
com
3 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
3
0
.vscode/settings.json
+ 3
- 0
.vscode/settings.json
Ver arquivo
@@ -0,0 +1,3 @@
+{
+ "python.pythonPath": "${workspaceFolder}/venv/bin/python"
+}