feat: coder connect integration #948
Annotations
10 errors
lint:
src/commands.ts#L529
Replace `baseUrl,·workspaceOwner,·workspaceName,·workspaceAgent,·devContainerName,·devContainerFolder` with `⏎······baseUrl,⏎······workspaceOwner,⏎······workspaceName,⏎······workspaceAgent,⏎······devContainerName,⏎······devContainerFolder,⏎····`
|
lint:
src/commands.ts#L712
Delete `⏎`
|
lint:
src/remote.ts#L532
Insert `?.find(`
|
lint:
src/remote.ts#L533
Replace `?.find(folder·=>·folder.uri.authority·===·remoteAuthority)` with `··(folder)·=>·folder.uri.authority·===·remoteAuthority,`
|
lint:
src/remote.ts#L534
Replace `?.uri.path;` with `)?.uri.path`
|
lint:
src/util.test.ts#L12
Insert `,`
|
lint:
src/util.test.ts#L72
Replace `parseRemoteAuthority("vscode://attached-container+namehash@ssh-remote+coder-vscode.dev.coder.com--foo--bar.baz")` with `⏎····parseRemoteAuthority("vscode://attached-container+namehash@ssh-remote+coder-vscode.dev.coder.com--foo--bar.baz"),⏎··`
|
lint:
src/util.ts#L3
'ssh' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
src/util.ts#L34
Expected '===' and instead saw '=='
|
lint:
src/util.ts#L36
Delete `·`
|