mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Fix vscode-playwright-mcp building & improve tools listed in demonstrate (#278856)
1. the mcp server wasn't working... perhaps due to our js -> ts build move... or a bump in a npm package. Either way, good now. 2. I list out all tools across Copilot CLI & VS Code that would apply in this case... there's some overlap for sure... but I want to make sure we're golden for any renamed tools situations.
This commit is contained in:
committed by
GitHub
parent
c953458da6
commit
7dbfd43384
@@ -2,7 +2,7 @@
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the MIT License. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
import * as minimist from 'minimist';
|
||||
import minimist from 'minimist';
|
||||
|
||||
const [, , ...args] = process.argv;
|
||||
export const opts = minimist(args, {
|
||||
|
||||
Reference in New Issue
Block a user