Make account level MCPs generally available (#8493) #3778
Annotations
10 warnings
|
Type check and lint:
extensions/vscode/src/VsCodeIde.ts#L36
`./util/util` import should occur before import of `./util/vscode`
|
|
Type check and lint:
extensions/vscode/src/VsCodeIde.ts#L21
There should be at least one empty line between import groups
|
|
Type check and lint:
extensions/vscode/src/ContinueGUIWebviewViewProvider.ts#L124
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Type check and lint:
extensions/vscode/src/ContinueGUIWebviewViewProvider.ts#L83
Unexpected negated condition
|
|
Type check and lint:
extensions/vscode/src/ContinueGUIWebviewViewProvider.ts#L54
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Type check and lint:
extensions/vscode/src/ContinueConsoleWebviewViewProvider.ts#L160
Unexpected negated condition
|
|
Type check and lint:
extensions/vscode/src/ContinueConsoleWebviewViewProvider.ts#L142
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Type check and lint:
extensions/vscode/src/ContinueConsoleWebviewViewProvider.ts#L119
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Type check and lint:
extensions/vscode/src/ContinueConsoleWebviewViewProvider.ts#L106
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
Type check and lint:
extensions/vscode/src/ContinueConsoleWebviewViewProvider.ts#L40
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Loading