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 25c01b4 commit cc1eb01Copy full SHA for cc1eb01
Extension/src/LanguageServer/client.ts
@@ -2186,6 +2186,7 @@ export class DefaultClient implements Client {
2186
if (configs && configs.length > 0 && configs[0]) {
2187
const fileConfiguration: configs.Configuration | undefined = this.configuration.CurrentConfiguration;
2188
if (fileConfiguration?.mergeConfigurations) {
2189
+ configs = deepCopy(configs);
2190
configs.forEach(config => {
2191
if (fileConfiguration.includePath) {
2192
fileConfiguration.includePath.forEach(p => {
0 commit comments