Skip to content
Snippets Groups Projects
Commit cbb92e1c authored by Lansana DIOMANDE's avatar Lansana DIOMANDE
Browse files

refactor: remove metadata provider

parent 919b393b
No related branches found
No related tags found
No related merge requests found
import * as vscode from 'vscode'; import * as vscode from 'vscode';
import { SERVICES_PATHS_PATH } from './core/config';
import Controller from './core/controller'; import Controller from './core/controller';
import MetadataProvider from './core/metadataProvider';
import { error } from './recorder/utils'; import { error } from './recorder/utils';
import { DepNodeProvider } from './theia/deadlockPanel'; import { DepNodeProvider } from './theia/deadlockPanel';
import UserConfigTheia from './theia/userConfigTheia'; import UserConfigTheia from './theia/userConfigTheia';
...@@ -23,7 +21,4 @@ export async function activate(context: vscode.ExtensionContext) { ...@@ -23,7 +21,4 @@ export async function activate(context: vscode.ExtensionContext) {
} catch (e) { } catch (e) {
error('Cannot init userConfig'); error('Cannot init userConfig');
} }
MetadataProvider.loadPathsToEnvVariables();
MetadataProvider.loadPathsToJson(`${SERVICES_PATHS_PATH}`);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment