Skip to content

Commit

Permalink
update vs code paths
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytropolityka committed Sep 4, 2024
1 parent 0a0a1da commit 487007a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
19 changes: 13 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,45 +16,52 @@
"name": "Module Example",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}/module_example",
"cwd": "${workspaceFolder}/modules/programming/module_example",
"module": "module_example",
"justMyCode": true
},
{
"name": "Module Programming LLM",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}/module_programming_llm",
"cwd": "${workspaceFolder}/modules/programming/module_programming_llm",
"module": "module_programming_llm",
"justMyCode": true
},
{
"name": "Module Programming ThemisML",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}/module_programming_themisml",
"cwd": "${workspaceFolder}/modules/programming/module_programming_themisml",
"module": "module_programming_themisml"
},
{
"name": "Module Programming APTED",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}/module_programming_apted",
"cwd": "${workspaceFolder}/modules/programming/module_programming_apted",
"module": "module_programming_apted"
},
{
"name": "Module Text LLM",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}/module_text_llm",
"cwd": "${workspaceFolder}/modules/text/module_text_llm",
"module": "module_text_llm",
"justMyCode": true
},
{
"name": "Module Text CoFee",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}/module_text_cofee",
"cwd": "${workspaceFolder}/modules/text/module_text_cofee",
"module": "module_text_cofee"
},
{
"name": "Module Modeling LLM",
"type": "python",
"request": "launch",
"cwd": "${workspaceFolder}/modules/modeling/module_modeling_llm",
"module": "module_text_cofee"
}
]
Expand Down
15 changes: 9 additions & 6 deletions athena-workspace.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,25 @@
"path": "log_viewer"
},
{
"path": "module_example"
"path": "modules/programming/module_example"
},
{
"path": "module_programming_llm"
"path": "modules/programming/module_programming_llm"
},
{
"path": "module_text_llm"
"path": "modules/text/module_text_llm"
},
{
"path": "module_text_cofee"
"path": "modules/text/module_text_cofee"
},
{
"path": "module_programming_themisml"
"path": "modules/programming/module_programming_themisml"
},
{
"path": "module_programming_apted"
"path": "modules/programming/module_programming_apted"
},
{
"path": "modules/modeling/module_modeling_llm"
}
],
"settings": {
Expand Down

0 comments on commit 487007a

Please sign in to comment.