Hi all, I am trying to set a relative path for `assumeFilename`, but it does not work. For example the .clang-format file is in the .vscode folder. My current settings are: ``` json "clang-format.style": "file", "clang-format.assumeFilename": "${workspaceFolder}/.vscode/.clang-format" ``` Also tried using `${workspaceRoot}` to no avail. An absolute path to the same file works! My current vscode version is 1.85.1 Is a relative path for `assumeFilename` supported? Thanks in advance