waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 43 forks source link

Search workspace folder for config files #220

Closed dannoe closed 2 years ago

dannoe commented 2 years ago

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.

waldo1001 commented 2 years ago

Thanks so much!