chore(devx-improvements): Deps upgrades + Prettier

This commit is contained in:
Pongstr
2023-02-02 10:59:07 +02:00
parent c95d79a218
commit 9c9102f6f5
392 changed files with 12338 additions and 9100 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
import { Uri, workspace, window } from "vscode";
import { Logger } from "./Logger";
import { Notifications } from "./Notifications";
import { Uri, workspace, window } from 'vscode';
import { Logger } from './Logger';
import { Notifications } from './Notifications';
export const openFileInEditor = async (filePath: string) => {
if (filePath) {
@@ -12,4 +12,4 @@ export const openFileInEditor = async (filePath: string) => {
Logger.error(`${filePath}: ${(e as Error).message}`);
}
}
};
};