Dap ux enhancements #1
Annotations
10 errors and 2 warnings
Run `npm run lint`:
src/debugger.ts#L30
Replace `"Debug·session·ended."` with `'Debug·session·ended.'`
|
Run `npm run lint`:
src/debugger.ts#L50
Replace `folder:·WorkspaceFolder·|·undefined,·config:·DebugConfiguration,·token?:·CancellationToken` with `⏎····folder:·WorkspaceFolder·|·undefined,⏎····config:·DebugConfiguration,⏎····token?:·CancellationToken,⏎··`
|
Run `npm run lint`:
src/debugger.ts#L51
Delete `⏎·····`
|
Run `npm run lint`:
src/debugger.ts#L55
Replace `"Select·a·Noir·file·to·debug"` with `'Select·a·Noir·file·to·debug'`
|
Run `npm run lint`:
src/debugger.ts#L58
'currentProjectFolder' is never reassigned. Use 'const' instead
|
Run `npm run lint`:
src/debugger.ts#L65
Replace `"Compiling·Noir·project..."` with `'Compiling·Noir·project...'`
|
Run `npm run lint`:
src/debugger.ts#L66
Replace `""` with `''`
|
Run `npm run lint`:
src/debugger.ts#L77
Insert `,`
|
Run `npm run lint`:
src/debugger.ts#L82
Don't use `Boolean` as a type. Use boolean instead
|
Run `npm run lint`:
src/debugger.ts#L83
Replace `ready·=·resolve` with `(ready·=·resolve)`
|
Run `npm run lint`:
src/debugger.ts#L50
'token' is defined but never used. Allowed unused args must match /^_/u
|
Run `npm run lint`:
src/extension.ts#L49
'outputChannel' is defined but never used. Allowed unused vars must match /^_/u
|
The logs for this run have expired and are no longer available.
Loading