Skip to content

Commit 3a458aa

Browse files
authored
Fix C_Cpp.commentContinuationPattern settings change. (#14080)
1 parent 6559cc2 commit 3a458aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/src/LanguageServer/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1796,7 +1796,7 @@ export class DefaultClient implements Client {
17961796

17971797
if (Object.keys(changedSettings).length > 0) {
17981798
if (this === defaultClient) {
1799-
if (changedSettings.commentContinuationPatterns !== undefined) {
1799+
if (changedSettings.commentContinuationPatterns2 !== undefined) {
18001800
updateLanguageConfigurations();
18011801
}
18021802
if (changedSettings.loggingLevel !== undefined) {

0 commit comments

Comments
 (0)