提交 70b6d5a0 编写于 作者: T Tomas Vik

chore: fix eslint errors that got to master from outdated MR

上级 a0f17804
......@@ -68,7 +68,7 @@ export async function createSnippet() {
const editor = vscode.window.activeTextEditor;
if (!editor) {
vscode.window.showInformationMessage('GitLab Workflow: No open file.');
await vscode.window.showInformationMessage('GitLab Workflow: No open file.');
return;
}
const repository = await gitExtensionWrapper.getActiveRepositoryOrSelectOne();
......@@ -76,7 +76,7 @@ export async function createSnippet() {
const project = await repository.getProject();
if (!project) {
vscode.window.showInformationMessage(
await vscode.window.showInformationMessage(
'GitLab Workflow: Repository does not contain GitLab project.',
);
return;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册