mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 08:38:56 +01:00
Fix missing semicolons
This commit is contained in:
@@ -19,8 +19,8 @@ function mapChildren<R>(node: jsonc.Node | undefined, f: (x: jsonc.Node) => R):
|
||||
|
||||
const openExtendsLinkCommandId = '_typescript.openExtendsLink';
|
||||
type OpenExtendsLinkCommandArgs = {
|
||||
resourceUri: vscode.Uri
|
||||
extendsValue: string
|
||||
resourceUri: vscode.Uri;
|
||||
extendsValue: string;
|
||||
};
|
||||
|
||||
const localize = nls.loadMessageBundle();
|
||||
|
||||
Reference in New Issue
Block a user