Unused reference

This commit is contained in:
Elio Struyf
2023-11-15 13:34:15 +01:00
parent 90f4d92741
commit 32c6b4c5ea
-1
View File
@@ -1,7 +1,6 @@
import { authentication, commands, ExtensionContext } from 'vscode';
import { COMMAND_NAME, CONTEXT } from '../constants';
import { Extension, Logger } from '../helpers';
import { Credentials } from '../services/Credentials';
import fetch from 'node-fetch';
import { Dashboard } from './Dashboard';
import { SettingsListener } from '../listeners/panel';