From 0cb7ff96863bf8cb6a7db07f2178a882db01b315 Mon Sep 17 00:00:00 2001 From: Ilya Bushin Date: Sat, 5 Nov 2022 08:38:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D0=BE=D1=82=D0=BA=D1=80=D1=8B?= =?UTF-8?q?=D0=B2=D0=B0=D0=B5=D1=82=D1=81=D1=8F=20=D0=BC=D0=BE=D0=B4=D1=83?= =?UTF-8?q?=D0=BB=D1=8C=20=D1=84=D0=BE=D1=80=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.ts b/src/extension.ts index bd5cc0f..40bfbaa 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -30,7 +30,7 @@ export function activate(context: vscode.ExtensionContext) { OpenFile(filePath); }); vscode.commands.registerCommand('metadataViewer.openForm', (node: TreeItem) => { - const filePath = rootPath + '/' + node.path + '/Forms/' + node.label + '/Ext/Form/Module.bsl'; + const filePath = rootPath + '/' + node.path + '/Ext/Form/Module.bsl'; OpenFile(filePath); }); vscode.commands.registerCommand('metadataViewer.openModule', (node: TreeItem) => {