We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf4c73 commit 63c89aeCopy full SHA for 63c89ae
src/validation.ts
@@ -50,7 +50,7 @@ export function validateEngineCompatibility(version: string): void {
50
/**
51
* User shouldn't use a newer version of @types/vscode than the one specified in engines.vscode
52
*
53
- * NOTE: This is enforced at the major and minor level., Since we don't have control over the patch
+ * NOTE: This is enforced at the major and minor level. Since we don't have control over the patch
54
* version (it's auto-incremented by DefinitelyTyped), we don't look at the patch version at all.
55
*/
56
export function validateVSCodeTypesCompatibility(engineVersion: string, typeVersion: string): void {
0 commit comments