-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage.nls.json
More file actions
212 lines (212 loc) · 12.7 KB
/
package.nls.json
File metadata and controls
212 lines (212 loc) · 12.7 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
{
"makefile-tools.command.makefile.buildTarget.title": {
"message": "Makefile: Build the current target",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.buildCleanTarget.title": {
"message": "Makefile: Clean and build the current target",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.buildAll.title": {
"message": "Makefile: Build the target ALL",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.buildCleanAll.title": {
"message": "Makefile: Clean and build the target ALL",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.launchDebug.title": {
"message": "Makefile: Debug the selected binary target",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.launchRun.title": {
"message": "Makefile: Run the selected binary target in the terminal",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.setBuildConfiguration.title": {
"message": "Makefile: Set the current build configuration",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.setBuildTarget.title": {
"message": "Makefile: Set the target to be built by make",
"comment": [
"'Makefile' and 'make' should not be translated"
]
},
"makefile-tools.command.makefile.setLaunchConfiguration.title": {
"message": "Makefile: Set the make launch configuration",
"comment": [
"'Makefile' and 'make' should not be translated"
]
},
"makefile-tools.command.makefile.openMakefilePathSetting.title": {
"message": "Makefile: Open Makefile Path Setting",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.openMakePathSetting.title": {
"message": "Makefile: Open Make Path Setting",
"comment": [
"'Makefile' and 'Make' should not be translated"
]
},
"makefile-tools.command.makefile.openBuildLogSetting.title": {
"message": "Makefile: Open Build Log Setting",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.openBuildLogFile.title": {
"message": "Makefile: Open Build Log File",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.openMakefileFile.title": {
"message": "Makefile: Open Makefile File",
"comment": [
"'Makefile' should not be translated"
]
},
"workbench.action.openWorkspaceSettings.title": "Preferences: Open Workspace Settings",
"makefile-tools.command.makefile.configure.title": {
"message": "Makefile: Configure",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.cleanConfigure.title": {
"message": "Makefile: Clean Configure",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.preConfigure.title": {
"message": "Makefile: Pre-Configure",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.postConfigure.title": {
"message": "Makefile: Post-Configure",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.command.makefile.resetState.title": {
"message": "Makefile: Reset the Makefile Tools extension workspace state (For troubleshooting)",
"comment": [
"'Makefile' and 'Makefile Tools' should not be translated"
]
},
"makefile-tools.configuration.views.makefile.outline.description": "Project Outline",
"makefile-tools.configuration.makefile.makePath.description": "The path to the make tool",
"makefile-tools.configuration.makefile.configurations.description": "The user defined makefile configurations",
"makefile-tools.configuration.makefile.configurations.name.description": "The name of the makefile configuration",
"makefile-tools.configuration.makefile.configurations.makefilePath.description": "File path to the makefile",
"makefile-tools.configuration.makefile.configurations.makePath.description": "File path to the make command",
"makefile-tools.configuration.makefile.configurations.makeDirectory.description": "Folder path passed to make via the -C switch",
"makefile-tools.configuration.makefile.configurations.makeArgs.description": "Arguments to pass to the make command",
"makefile-tools.configuration.makefile.configurations.problemMatchers.description": "Problem matcher names to use when building the current target",
"makefile-tools.configuration.makefile.configurations.buildLog.description": "File path to the build log used instead of dry-run output",
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.description": "Various global debugger settings",
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.MIMode.description": "The non VS debugger type: gdb or lldb",
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.stopAtEntry.description": "Stop at the entry point of the target",
"makefile-tools.configuration.makefile.defaultLaunchConfiguration.symbolSearchPath.description": "The path to the symbols",
"makefile-tools.configuration.makefile.launchConfigurations.description": "The user defined launch (debug/run) configurations",
"makefile-tools.configuration.makefile.launchConfigurations.name.description": "A user-friendly name for the launch configuration",
"makefile-tools.configuration.makefile.launchConfigurations.description.description": "A description of the launch configuration",
"makefile-tools.configuration.makefile.launchConfigurations.binaryPath.description": "The full path to the binary to run or debug",
"makefile-tools.configuration.makefile.launchConfigurations.binaryArgs.description": "Arguments to pass to program command line",
"makefile-tools.configuration.makefile.launchConfigurations.cwd.description": "Set the working directory for the program",
"makefile-tools.configuration.makefile.launchConfigurations.MIMode.description": "The non VS debugger type: gdb or lldb",
"makefile-tools.configuration.makefile.launchConfigurations.miDebuggerPath.description": "Path to the non VS debugger (gdb or lldb)",
"makefile-tools.configuration.makefile.launchConfigurations.stopAtEntry.description": "Stop at the entry point of the target",
"makefile-tools.configuration.makefile.launchConfigurations.symbolSearchPath.description": "The path to the symbols",
"makefile-tools.configuration.makefile.loggingLevel.description": {
"message": "The logging level for the Makefile Tools extension",
"comment": [
"'Makefile Tools' should not be translated"
]
},
"makefile-tools.configuration.makefile.makeDirectory.description": "The folder path to be passed to make via the switch -C",
"makefile-tools.configuration.makefile.makefilePath.description": "The path to the makefile of the project",
"makefile-tools.configuration.makefile.buildLog.description": "The path to the build log that is read to bypass a dry-run",
"makefile-tools.configuration.makefile.extensionOutputFolder.description": "The path to various output files produced by the extension. Defaults to the VS Code workspace storage location.",
"makefile-tools.configuration.makefile.extensionLog.description": {
"message": "The path to an output file storing all content from the Makefile output channel. Defaults to the value of the 'makefile.extensionOutputFolder' setting.",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.configuration.makefile.configurationCachePath.description": "The path to a cache file storing the output of the last dry-run make command. When unset, a file named 'configurationCache.log' is stored at the path specified by the 'makefile.extensionOutputFolder' setting.",
"makefile-tools.configuration.makefile.dryrunSwitches.description": "Arguments to pass to the dry-run make invocation",
"makefile-tools.configuration.makefile.additionalCompilerNames.description": "Names of compiler tools to be added to the extension known list",
"makefile-tools.configuration.makefile.excludeCompilerNames.description": "Names of compiler tools to be excluded from the extension known list",
"makefile-tools.configuration.makefile.safeCommands.description": "Commands that are safe to perform command substitution with",
"makefile-tools.configuration.makefile.configureOnOpen.description": {
"message": "Automatically configure Makefile project directories when they are opened. If not set, projects will be automatically configured on first open and prompt on subsequent opens.",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.configuration.makefile.configureOnEdit.description": {
"message": "Automatically configure Makefile project directories when any relevant makefiles and/or settings are changed",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.configuration.makefile.configureAfterCommand.description": {
"message": "Automatically configure Makefile project directories after relevant operations, like change build configuration or makefile target",
"comment": [
"'Makefile' should not be translated"
]
},
"makefile-tools.configuration.makefile.cleanConfigureOnConfigurationChange.description": {
"message": "When true (default), always run Clean Configure (which uses --always-make) when switching build configurations. When false, the configureAfterCommand setting determines if regular Configure runs. Clean Configure produces a complete compilation database, while regular Configure only includes out-of-date targets.",
"comment": [
"'Clean Configure' and 'Configure' refer to extension commands and should not be translated",
"'--always-make' is a command line option and should not be translated",
"'Makefile' should not be translated"
]
},
"makefile-tools.configuration.makefile.preConfigureScript.description": "The path to the script that needs to be run at least once before configure",
"makefile-tools.configuration.makefile.preConfigureArgs.description": "Arguments to pass to the pre-configure script",
"makefile-tools.configuration.makefile.postConfigureScript.description": "The path to the script that needs to be run at least once after configure",
"makefile-tools.configuration.makefile.postConfigureArgs.description": "Arguments to pass to the post-configure script",
"makefile-tools.configuration.makefile.alwaysPreConfigure.description": "Always run the pre-configure script before configure",
"makefile-tools.configuration.makefile.alwaysPostConfigure.description": "Always run the post-configure script after configure",
"makefile-tools.configuration.makefile.ignoreDirectoryCommands.description": "Don't analyze directory changing commands like cd, push, pop.",
"makefile-tools.configuration.makefile.phonyOnlyTargets.description": "Display only the phony targets",
"makefile-tools.configuration.makefile.saveBeforeBuildOrConfigure.description": "Save opened files before building or configuring",
"makefile-tools.configuration.makefile.buildBeforeLaunch.description": "Build the current target before launch (debug/run)",
"makefile-tools.configuration.makefile.buildOnSave.description": "Build the current target when a file in the workspace is saved",
"makefile-tools.configuration.makefile.runOnSave.description": "Build and run the current target when a file in the workspace is saved",
"makefile-tools.configuration.makefile.clearOutputBeforeBuild.description": "Clear the output channel at the beginning of a build",
"makefile-tools.configuration.makefile.compileCommandsPath.description": "The path to the compilation database file",
"makefile-tools.configuration.makefile.panel.visibility.debug.description": "Enable debugging locally (in this host) images built by this extension",
"makefile-tools.configuration.makefile.panel.visibility.run.description": "Enable running locally (in this host) images built by this extension",
"makefile-tools.configuration.makefile.panel.visibility.buildCleanTarget.description": "Show the clean and build button in the Makefile Project Outline panel toolbar",
"makefile-tools.configuration.makefile.panel.visibility.description": {
"message": "Modify this setting to control the visibility setting in the Makefile Project Outline panel.",
"comment": [
"'Makefile Project Outline' should not be translated"
]
}
}