Skip to content

Commit

Permalink
tidy: remove spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
acke committed Oct 15, 2024
1 parent a6129b5 commit 22252a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ Code changes require extension reload when run in debug.
## Run tests and debug

- Unit tests

- Run `npm run test:unit` for a single execution, `npm run test:unit:watch` to watch for changes.
- Make sure to re-run the command to pick up new files, if new `**.test.ts` is added.

- Integration tests
- Run `npm run test:integration`.

- Run Lint
- npm `npm run lint`

You can debug tests via VS Code debugger, selecting "Extension Unit Tests" or "Extension Integration Tests" respectively.

## Analytics, experimentation and error reporting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ export class CodeSuggestionWebviewProvider
try {
await vscode.commands.executeCommand(SNYK_CODE_SUBMIT_FIX_FEEDBACK, fixId, 'FIX_APPLIED');
} catch (e) {
throw new Error('Error in submit fix feedback');
throw new Error('Error in submit fix feedback');
}
break;
}
Expand Down

0 comments on commit 22252a5

Please sign in to comment.