We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6559cc2 commit 3a458aaCopy full SHA for 3a458aa
Extension/src/LanguageServer/client.ts
@@ -1796,7 +1796,7 @@ export class DefaultClient implements Client {
1796
1797
if (Object.keys(changedSettings).length > 0) {
1798
if (this === defaultClient) {
1799
- if (changedSettings.commentContinuationPatterns !== undefined) {
+ if (changedSettings.commentContinuationPatterns2 !== undefined) {
1800
updateLanguageConfigurations();
1801
}
1802
if (changedSettings.loggingLevel !== undefined) {
0 commit comments