Add file property to AnnotationProperties (#896)

This commit is contained in:
Marcono1234
2021-09-28 15:47:06 +02:00
committed by GitHub
parent ea81280a4d
commit 60145e408c
4 changed files with 48 additions and 2 deletions

View File

@@ -32,6 +32,7 @@ export function toCommandProperties(
return {
title: annotationProperties.title,
file: annotationProperties.file,
line: annotationProperties.startLine,
endLine: annotationProperties.endLine,
col: annotationProperties.startColumn,