See https://code.visualstudio.com/docs/reference/variables-reference#_why-isnt-workspaceroot-documented where it explicitly says that > The variable `${workspaceRoot}` was deprecated in favor of `${workspaceFolder}` (The cookie banner covers that text if you haven't accepted it yet) You should probably support both variables so that you support recommended practice, while avoiding breakage for existing users.