.env: added.

.vscode/{roar.code-workspace,settings.json}: added.
This commit is contained in:
Lucio Andrés Illanes Albornoz 2019-09-18 21:12:42 +02:00
parent 1a0e1bf2de
commit 25c42023f2
3 changed files with 13 additions and 0 deletions

1
.env Normal file
View File

@ -0,0 +1 @@
PYTHONPATH="E:\Documents - Repositories\roar\libcanvas;E:\Documents - Repositories\roar\libgui;E:\Documents - Repositories\roar\liboperators;E:\Documents - Repositories\roar\libroar;E:\Documents - Repositories\roar\librtl;E:\Documents - Repositories\roar\libtools"

8
.vscode/roar.code-workspace vendored Executable file
View File

@ -0,0 +1,8 @@
{
"folders": [
{
"path": "E:\\Documents - Repositories\\roar"
}
],
"settings": {}
}

4
.vscode/settings.json vendored Executable file
View File

@ -0,0 +1,4 @@
{
"python.pythonPath": "C:\\Python37\\python.exe",
"python.linting.enabled": false
}