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:
parent
985b7b2f33
commit
0cb7ff9686
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user