Skip to content

Commit

Permalink
Testing cache
Browse files Browse the repository at this point in the history
  • Loading branch information
frli4797 committed Oct 30, 2024
1 parent 16e85f8 commit dc1a9d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"program": "${workspaceFolder}/ish.py",
"console": "integratedTerminal",
"justMyCode": false,
"args": ["-l"],
"args": ["-lv"],
//"env":{"ISH_CONFIG_PATH": "${workspaceFolder}/.ish"}
"env": {"ISH_DEBUG": ""}
//"env": {"ISH_DEBUG": ""}
},
{
"name": "ISH",
Expand Down

0 comments on commit dc1a9d0

Please sign in to comment.