forked from Yesterday17/ZenScript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
23 lines (19 loc) · 1.51 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
{
"zenscript.maxNumberOfProblems.desc": "Controls the maximum number of problems produced by the server.",
"zenscript.maxHistoryEntries.desc": "Controls the maximum number of history entries responsed by the server.",
"zenscript.supportMinecraftFolderMode.desc": "Whether your active folder is 'minecraft' like, which means that the extension detects ./scripts/.zsrc, not ./.zsrc.",
"zenscript.showIsProjectWarn.desc": "Whether to show warning of isProject.",
"zenscript.autoshowLTCompletion.desc": "Whether to show autocompletion after typing <.",
"zenscript.modIdItemCompletion.desc": "Whether to show modid autocompletion with bracketHandlers.",
"zenscript.trace.server.desc": "Traces the communication between VS Code and the language server.",
"zenscript.trace.server.verbosity.desc": "Controls the verbosity of the trace.",
"zenscript.trace.server.format.desc": "Controls the output format of the trace.",
"zenscript.trace.server.channel.desc": "Controls the output channel of the trace.",
"zenscript.trace.server.streamPort.desc": "Controls the stream port of the trace.",
"zenscript.command.gethistoryentry.title": "Show History Entries",
"zenscript.command.gethistoryentry.desc": "Show history entries you've typed before.",
"zenscript.command.addhistoryentry.title": "Add History Entry",
"zenscript.command.addhistoryentry.desc": "Add a new history entry.",
"zenscript.command.startStreaming.title": "Start ZenScript Streaming",
"zenscript.command.startStreaming.desc": "Start ZenScript Streaming."
}