Compare commits

...

2 Commits

Author SHA1 Message Date
44602a1145 moved dev to bounty 2025-06-09 20:40:02 +00:00
83f2810ccf moved dev to bounty 2025-06-09 20:39:26 +00:00

View File

@@ -1,12 +1,12 @@
{
"folders": [
{
"path": "/root/FCI/api"
"path": "/home/paulg/FCI/api"
}
],
"settings": {
"python.defaultInterpreterPath": "/root/FCI/api/venv/bin/python",
"python.defaultInterpreterPath": "/home/paulg/FCI/api/venv/bin/python",
"python.terminal.activateEnvironment": true,
"terminal.integrated.cwd": "/root/FCI/api"
"terminal.integrated.cwd": "/home/paulg/FCI/api"
}
}