mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-04-27 16:55:44 +08:00
Fix E2E test in the lsp-log-streaming-sample
This commit is contained in:
@ -17,7 +17,7 @@ export let platformEol: string;
|
||||
*/
|
||||
export async function activate(docUri: vscode.Uri) {
|
||||
// The extensionId is `publisher.name` from package.json
|
||||
const ext = vscode.extensions.getExtension('vscode.lsp-sample');
|
||||
const ext = vscode.extensions.getExtension('vscode-samples.lsp-log-streaming-sample');
|
||||
await ext.activate();
|
||||
try {
|
||||
doc = await vscode.workspace.openTextDocument(docUri);
|
||||
|
||||
Reference in New Issue
Block a user