-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
I've done everything as described here.
The path to the program:
"C:\Program Files\AutoHotkey\AutoHotkey.exe"
Task Runner isn't working! This is what I see in Terminal:
{
"python.pythonPath": "C:\\Users\\USER\\Anaconda3",
"editor.renderControlCharacters": false,
"markdownlint.customRules": [
"{docsmsft.docs-markdown}/markdownlint-custom-rules/rules.js"
],
"workbench.colorTheme": "Monokai Dimmed",
"markdownlint.config": {
"MD025": {
"front_matter_title": ""
}
},
"window.zoomLevel": 0,
"editor.fontSize": 17
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.wordWrap": "on",
"files.encoding": "utf8bom",
"[markdown]": {},
"workbench.settings.useSplitJSON": true,
"code-runner.runInTerminal": false
"code-runner.saveFileBeforeRun": true,
"code-runner.executorMap": {
"ahk": "\"C:\\Program Files\\AutoHotkey\\AutoHotkey.exe\"",
},
"code-runner.executorMapByFileExtension": {
"ahk": "\"C:\\Program Files\\AutoHotkey\\AutoHotkey.exe\"",
},
}
Regards! π
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
