-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.nls.json
38 lines (38 loc) · 2.92 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
35
36
37
38
{
"ahk2.actionwhenv1isdetected": "Action when v1 script is detected",
"ahk2.autolibinclude": "Provide completion and automatic include from User and Standard library, Local library",
"ahk2.automaticallyopenoutputview": "Automatically open the output view when running the script",
"ahk2.commenttags": "A regular expression used to extract named tags from comments and generate module symbols",
"ahk2.compile": "Compile Script",
"ahk2.compilercmd": "Compiler command line options. If ahk2exe.exe is not specified, the default path will be used. `${execPath}` is equal to the currently selected AutoHotkey.exe",
"ahk2.completefunctionparens": "Parentheses are added to function completion when there is no `(` or `[` on the right; otherwise move the cursor to the right",
"ahk2.completioncommitcharacters": "Characters which commit auto completion, such as `.(`",
"ahk2.debug.attach": "Attach to ahk process",
"ahk2.debug.configs": "Debug ahk File using launch.json",
"ahk2.debug.file": "Debug ahk File",
"ahk2.debug.params": "Debug ahk File with Params",
"ahk2.debugconfiguration": "Append debugging configuration to the currently started debugger, same as launch.json configuration",
"ahk2.description": "Autohotkey2 Language Support using vscode-lsp",
"ahk2.diagnose.all": "Diagnostic All",
"ahk2.diagnostics.class-non-dynamic-member-check": "Check whether non-dynamic members of class exist",
"ahk2.diagnostics.paramscheck": "Check that the function call has the correct number of arguments",
"ahk2.warn.varunset": "Display warnings for each variable that has never been directly assigned or used with the reference operator",
"ahk2.warn.localsameasglobal": "Display warnings for each undeclared local variable which has the same name as a global variable",
"ahk2.warn.callwithoutparentheses": "Display warnings for each function or method call without parentheses",
"ahk2.extract.symbols": "Extract Symbol Information",
"ahk2.files.exclude": "Configure glob patterns for excluding files and folders when scanning ahk files.",
"ahk2.files.scanmaxdepth": "Controls the depth when scanning ahk files.",
"ahk2.generate.comment": "Generate Comment Template",
"ahk2.help": "Quick Help",
"ahk2.interpreterpath": "The path of the `AutoHotkey.exe` executable file. If `AutoHotkeyUX.exe` is selected, the script will be launched using UX Launcher.",
"ahk2.run": "Run ahk File",
"ahk2.run.selection": "Run Selected Script",
"ahk2.select.syntaxes": "Select Language Definition Folder",
"ahk2.set.interpreter": "Select AutoHotkey2 Interpreter",
"ahk2.set.scriptdir": "Set Here as A_ScriptDir",
"ahk2.stop": "Stop Running Script",
"ahk2.symbolfoldingfromopenbrace": "Forced symbol folding starts at open brace",
"ahk2.syntaxes": "Specifies the folder path to the `ahk2.json`, `*.snippet.json` and `ahk2.d.ahk` files used for IntelliSense.",
"ahk2.update.versioninfo": "Update File Version Info",
"ahk2.workingdirs": "Sets the working directory for the script"
}