Skip to content

Commit

Permalink
fix: allow setting breakpoints in common wasm languages
Browse files Browse the repository at this point in the history
  • Loading branch information
connor4312 committed Sep 26, 2023
1 parent 7ef3c18 commit ddb24e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,11 @@ export const breakpointLanguages: ReadonlyArray<string> = [
'fsharp',
'html',
'wat',
// Common wasm languages:
'c',
'cpp',
'rust',
'zig',
];

declare const EXTENSION_NAME: string;
Expand Down

0 comments on commit ddb24e3

Please sign in to comment.