Skip to content
Snippets Groups Projects
Commit c29b36a2 authored by Lansana DIOMANDE's avatar Lansana DIOMANDE Committed by Guillaume WEBER
Browse files

refactor: remove metadata provider

parent c0727ff7
No related branches found
No related tags found
2 merge requests!14feat: added mounted, .bashrc, .zshrc, added tests, added keycloak tests,!8feat(extension): login, open in devcontainer, automaticly save code, open briefing, publish extension
import * as vscode from 'vscode';
import { SERVICES_PATHS_PATH } from './core/config';
import Controller from './core/controller';
import MetadataProvider from './core/metadataProvider';
import { error } from './recorder/utils';
import { DepNodeProvider } from './theia/deadlockPanel';
import UserConfigTheia from './theia/userConfigTheia';
......@@ -23,7 +21,4 @@ export async function activate(context: vscode.ExtensionContext) {
} catch (e) {
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