1
0
mirror of https://github.com/zerobig/vscode-1c-metadata-viewer.git synced 2024-11-28 08:58:41 +02:00

Не открывается модуль формы

This commit is contained in:
Ilya Bushin 2022-11-05 08:38:44 +03:00
parent 985b7b2f33
commit 0cb7ff9686

View File

@ -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) => {