Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/LLM AutoHotkey Assistant.exe
/.project
29 changes: 29 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "ahk2",
"request": "launch",
"name": "TW_AHK_LLM_Assistant v2 Debugger",
"program": "C:/NoSave/warrott/J/GITHUB/LLM-AutoHotkey-Assistant/LLM AutoHotkey Assistant.ahk",
"stopOnEntry": true
},
{
"type": "ahk2",
"request": "launch",
"name": "TW_AHK_Response_Window v2 Debugger",
"program": "C:/NoSave/warrott/J/GITHUB/LLM-AutoHotkey-Assistant/lib/Response Window.ahk",
"stopOnEntry": true
},
{
"type": "ahk2",
"request": "launch",
"name": "AutoHotkey Debugger",
"program": "${file}",
"stopOnEntry": true
}
]
}
Loading