Remove only

This commit is contained in:
Matt Bierner 2021-08-09 12:02:47 -07:00
parent 649dd18019
commit 2d614f229b
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -20,7 +20,7 @@ import { EditorGroupColumn } from 'vs/workbench/services/editor/common/editorGro
import type * as vscode from 'vscode';
import { SingleProxyRPCProtocol } from './testRPCProtocol';
suite.only('ExtHostWebview', () => {
suite('ExtHostWebview', () => {
let rpcProtocol: (IExtHostRpcService & IExtHostContext) | undefined;