overturetool / vdm-vscode

Visual Studio Code extension for VDM language support
GNU General Public License v3.0
21 stars 6 forks source link

Allow ${property} substitution in settings/launches #215

Open nickbattle opened 10 months ago

nickbattle commented 10 months ago

VSCode has a convention where some variables, like ${userHome}, can be substituted in some settings. But the feature is not a universal feature of settings - it looks like it's implemented on certain fields only. See here.

This would be useful for VDM VSCode in many of the settings we define.