diff --git a/cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF b/cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF index f6cbeeafbb3..6e220bd66d7 100644 --- a/cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF +++ b/cmake/org.eclipse.cdt.cmake.core/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.cmake.core;singleton:=true -Bundle-Version: 1.5.100.qualifier +Bundle-Version: 1.5.200.qualifier Bundle-Activator: org.eclipse.cdt.cmake.core.internal.Activator Bundle-Vendor: %providerName Require-Bundle: org.eclipse.core.runtime, diff --git a/cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd b/cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd index 63d78d29f88..a63edd3c33b 100644 --- a/cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd +++ b/cmake/org.eclipse.cdt.cmake.core/templates/simple/.clangd @@ -1,4 +1,4 @@ CompileFlags: - # When using clangd update this entry to point at the desired - # configuration directory to pick up the compile_commands.json - CompilationDatabase: build/default + # When using clangd update this entry to point at the desired + # configuration directory to pick up the compile_commands.json + CompilationDatabase: build/default