Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSarius committed May 9, 2023
1 parent 257ce36 commit f7e3c0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class WasmDebugConfigurationProvider
stopOnEntry: true,
initCommands: os.platform() === 'win32' || os.platform() === 'darwin' ?
/* linux and windows has different debug configuration */
'platform select remote-linux' :
['platform select remote-linux'] :
undefined,
attachCommands: [
/* default port 1234 */
Expand Down

0 comments on commit f7e3c0d

Please sign in to comment.