provideConfigurations
is called with duplicate URI:s
#12177
Labels
bug
Feature: Configuration Provider
Related to the configurationProvider property, e.g. ms-vscode.cmake-tools, ms-vscode.makefile-tools.
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
regression
A bug that didn't exist in a previous release
Milestone
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
When cpptools calls
provideConfigurations
of a custom configuration provider, theuris
parameter always contains the same uri twice:This first appears in version 1.19.5 -- if I downgrade to 1.19.4 it works as expected.
Steps to reproduce:
CustomConfigurationProvider
CustomConfigurationProvider
'sprovideConfigurations
.uris
parameter passed in -- it contains the same URI that you just opened twice.Expected behavior:
Each uri should only appear once.
Configuration and Logs
Other Extensions
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: