forked from thqby/vscode-autohotkey2-lsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
34 lines (34 loc) · 3.11 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"ahk++.command.addDocComment": "Add Doc Comment",
"ahk++.command.debugAttach": "Debug AHK and Attach",
"ahk++.command.debugConfigs": "Debug Configurations",
"ahk++.command.debugParams": "Debug AHK with Params",
"ahk++.command.diagnostic.full": "Run AHK++ Diagnostic",
"ahk++.command.exportSymbols": "Export AHK Symbols",
"ahk++.command.run": "Run AHK Script",
"ahk++.command.runSelection": "Run Selection",
"ahk++.command.setAScriptDir": "Set A_ScriptDir Here",
"ahk++.command.setV2Interpreter": "Set AHK v2 Interpreter",
"ahk++.command.stop": "Stop AHK Script",
"ahk++.command.updateVersionInfo": "Update File Version Info",
"ahk++.config.general.showOutput": "Automatically show output view when running a script. View can always be toggled with F1 > 'View: Toggle Output' (`Ctrl+Shift+U`)",
"ahk++.config.general.showOutput.always": "Always open the output view when running a script",
"ahk++.config.general.showOutput.never": "Never automatically show the output view",
"ahk++.config.v2.actionWhenV1Detected": "Action when v1 script is detected",
"ahk++.config.v2.commentTagRegex": "The regular expression for custom symbols to appear in the breadcrumb and elsewhere. Default matches any line that starts with `;;`. Changes take effect after restart.",
"ahk++.config.v2.completionCommitCharacters": "Characters which commit auto-completion",
"ahk++.config.v2.completeFunctionCalls": "Whether to automatically add parenetheses when calling a function",
"ahk++.config.v2.debugConfiguration": "The [launch configuration](https://code.visualstudio.com/docs/editor/debugging#_launch-configurations) to use when debugging",
"ahk++.config.v2.diagnostics.classNonDynamicMemberCheck": "Check whether non-dynamic members of a class exist",
"ahk++.config.v2.diagnostics.paramsCheck": "Check that the function call has the correct number of arguments",
"ahk++.config.v2.file.interpreterPath": "Path to the `AutoHotkey.exe` executable file for AHK v2.",
"ahk++.config.exclude": "[Glob patterns](<https://en.wikipedia.org/wiki/Glob_(programming)>) for excluding files and folders from completion suggestions. Applies even when files are opened.",
"ahk++.config.v2.file.maxScanDepth": "Depth of folders to scan for IntelliSense. Negative values mean infinite depth.",
"ahk++.config.v2.librarySuggestions": "Which libraries to suggest functions from, if any. In case of issues, restart your IDE.",
"ahk++.config.v2.symbolFoldingFromOpenBrace": "Fold parameter lists separately from definitions.",
"ahk++.config.v2.syntaxes": "Path to the ahk2.json, ahk2.d.ahk, and *.snippet.json files used by IntelliSense.",
"ahk++.config.v2.warn.callWithoutParentheses": "Display warnings for each function or method call without parentheses. Changes take effect after restart.",
"ahk++.config.v2.warn.localSameAsGlobal": "Display warnings for each undeclared local variable that has the same name as a global variable. Changes take effect after restart.",
"ahk++.config.v2.warn.varUnset": "Display a warning when referencing an unassigned variable. Changes take effect after restart.",
"ahk++.config.v2.workingDirectories": "The directories containing referenced AHK files"
}