Skip to content

Commit 36ab17e

Browse files
Apply 2 suggestion(s) to 1 file(s)
Co-authored-by: Anthony Leonardo Gracio <[email protected]>
1 parent 64e81ac commit 36ab17e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

integration/vscode/ada/src/ExtensionState.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ async function closeSARIFViewerIfNeeded(e: vscode.TaskEndEvent) {
706706
/**
707707
* SARIF reports need to be closed and reopened to refresh their content.
708708
*
709-
* Moreover, overwritng a SARIF report that is currently opened in the
709+
* Moreover, overwriting a SARIF report that is currently opened in the
710710
* SARIF Viewer seems to trigger sporadic errors. So it's better to close
711711
* the SARIF report at the start of the task.
712712
*
@@ -800,7 +800,7 @@ async function openSARIFViewerIfNeeded(e: vscode.TaskStartEvent) {
800800
const cwdURI = vscode.Uri.file(cwd);
801801

802802
/**
803-
* Find the GNAT SAS output file argument
803+
* Find the SARIF output file argument
804804
*/
805805
const outputFilePathArgRaw = args!.find((arg) =>
806806
getArgValue(arg).includes('.sarif'),

0 commit comments

Comments
 (0)