In the package.json, we say that we require VS Code "^1.63.0", but since we upgraded to a newer language client, we actually rely on VS Code "^1.67.0". We should upgrade the listed engine version so that older versions of VS Code are prevented from installing the extension.