mirror of
https://github.com/lalbornoz/roar.git
synced 2024-11-21 14:56:37 +00:00
.env: added.
.vscode/{roar.code-workspace,settings.json}: added.
This commit is contained in:
parent
1a0e1bf2de
commit
25c42023f2
1
.env
Normal file
1
.env
Normal 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
8
.vscode/roar.code-workspace
vendored
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"folders": [
|
||||||
|
{
|
||||||
|
"path": "E:\\Documents - Repositories\\roar"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"settings": {}
|
||||||
|
}
|
4
.vscode/settings.json
vendored
Executable file
4
.vscode/settings.json
vendored
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"python.pythonPath": "C:\\Python37\\python.exe",
|
||||||
|
"python.linting.enabled": false
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user