File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,8 @@ class ClangdServer {
153153 std::optional<std::string> WorkspaceRoot;
154154
155155 // / Sets an alterante mode of operation. Current effects are:
156- // / - Using the current working directory as the working directory for fallback commands
156+ // / - Using the current working directory as the working directory for
157+ // / fallback commands
157158 bool StrongWorkspaceMode;
158159
159160 // / The resource directory is used to find internal headers, overriding
Original file line number Diff line number Diff line change @@ -723,7 +723,6 @@ class ASTWorker {
723723 const GlobalCompilationDatabase &CDB;
724724 // / Callback invoked when preamble or main file AST is built.
725725 ParsingCallbacks &Callbacks;
726- bool StrongWorkspaceMode;
727726
728727 Semaphore &Barrier;
729728 // / Whether the 'onMainAST' callback ran for the current FileInputs.
Original file line number Diff line number Diff line change @@ -503,9 +503,10 @@ opt<bool> EnableConfig{
503503opt<bool > StrongWorkspaceMode{
504504 " strong-workspace-mode" ,
505505 cat (Features),
506- desc (
507- " An alternate mode of operation for clangd, operating more closely to the workspace.\n "
508- " When enabled, fallback commands use the workspace directory as their working directory instead of the parent folder." ),
506+ desc (" An alternate mode of operation for clangd, operating more closely to "
507+ " the workspace.\n "
508+ " When enabled, fallback commands use the workspace directory as their "
509+ " working directory instead of the parent folder." ),
509510 init (false ),
510511};
511512
You can’t perform that action at this time.
0 commit comments