We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbee835 commit d4372afCopy full SHA for d4372af
packages/amazonq/test/unit/codewhisperer/service/securityScanHandler.test.ts
@@ -20,7 +20,6 @@ import { timeoutUtils } from 'aws-core-vscode/shared'
20
import assert from 'assert'
21
import sinon from 'sinon'
22
import * as vscode from 'vscode'
23
-// import fs from 'fs' // eslint-disable-line no-restricted-imports
24
import path from 'path'
25
26
const buildRawCodeScanIssue = (fromProject: boolean = true, params?: Partial<RawCodeScanIssue>): RawCodeScanIssue => ({
0 commit comments