File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration/vscode/ada/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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' ) ,
You can’t perform that action at this time.
0 commit comments