Closed DomParfitt closed 2 years ago
The current regex used in the completions only matches version numbers containing single digits (e.g. v1.2.3). This fixes it so that it will also include version numbers with multiple digits (e.g. 16.0.1).
The current regex used in the completions only matches version numbers containing single digits (e.g. v1.2.3). This fixes it so that it will also include version numbers with multiple digits (e.g. 16.0.1).