You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#381] use only system dependent line separator as seprator (#382)
* [#381] use only system dependent line separator as seprator
...for clangd options. And no spaces anymore, because they lead to
trouble when file path used in options contains spaces.
- fix invalid repo path in target as well
fixes#381
Copy file name to clipboardExpand all lines: bundles/org.eclipse.cdt.lsp.clangd/src/org/eclipse/cdt/lsp/clangd/internal/config/ClangdPreferredOptions.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ public List<String> additionalOptions() {
Copy file name to clipboardExpand all lines: bundles/org.eclipse.cdt.lsp.clangd/src/org/eclipse/cdt/lsp/clangd/internal/ui/LspEditorUiMessages.properties
0 commit comments