Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: bf4d06bd97408aabb064f57c64b5256b7fe55722 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
################################################################################
# Copyright (c) 2019 Marc-Andre Laperle.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/legal/epl-2.0/
#
# SPDX-License-Identifier: EPL-2.0
################################################################################

CompilationDatabaseParser_BuildCommandParserNotConfigured=Compilation database parser does not have a build command parser configured.
CompilationDatabaseParser_BuildCommandParserNotFound=Could not find '{0}' language settings provider in configuration '{1}'
CompilationDatabaseParser_CDBNotConfigured=Compilation database (usually compile_commands.json) path not set.
CompilationDatabaseParser_CDBNotFound=Compilation database (usually compile_commands.json) not found at location {0}.
CompilationDatabaseParser_ErrorProcessingCompilationDatabase=Error processing compilation database.
CompilationDatabaseParser_Job=Discover Compilation Database language settings
CompilationDatabaseParser_ProgressApplyingEntries=Applying language setting entries
CompilationDatabaseParser_ProgressExcludingFiles=Excluding files not in compilation database. Checking %d/%d (Estimate)
CompilationDatabaseParser_ProgressParsingBuildCommands=Parsing build commands (%d/%d)
CompilationDatabaseParser_ProgressParsingJSONFile=Parsing JSON file
CompilationDatabaseParser_StillNull=Compilation database (usually compile_commands.json) appears to be empty

Back to the top