mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-07-06 01:41:48 +02:00
chore(devx-improvements): Deps upgrades + Prettier
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user