If we are using the file wizard from al-code-outline and we are working with a workspace the settings inside the .vscode/settings.json are not taken into account.
PS: I would have expected vscode.workspace.getConfiguration(this.WORKSPACEKEY, null); to retrieve all merged configurations by default, not just the default values.
Fixes #195
If we are using the file wizard from al-code-outline and we are working with a workspace the settings inside the .vscode/settings.json are not taken into account.
PS: I would have expected
vscode.workspace.getConfiguration(this.WORKSPACEKEY, null);
to retrieve all merged configurations by default, not just the default values.