From 14e314e5b86bb08cda9e809e3e27a73be82ab33e Mon Sep 17 00:00:00 2001 From: Andrew Pareles Date: Sat, 14 Dec 2024 18:03:50 -0800 Subject: [PATCH] update contrib --- CONTRIBUTING.md | 2 +- src/vs/workbench/browser/parts/panel/panelActions.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5ee5b1dd..8d53dedf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -51,7 +51,7 @@ To build Void, first follow the prerequisite steps above for your operating syst npm install ``` -2. Run `cd ./src/vs/workbench/contrib/void/browser/react/` and then `node build.js` to build Void's external dependencies (our React components, etc). +2. Run `npm run buildreact` to build Void's browser-based external dependencies (our React components, etc). 3. Press Ctrl+Shift+B, or if you prefer using the terminal run `npm run watch`. diff --git a/src/vs/workbench/browser/parts/panel/panelActions.ts b/src/vs/workbench/browser/parts/panel/panelActions.ts index ac309d46..f868c957 100644 --- a/src/vs/workbench/browser/parts/panel/panelActions.ts +++ b/src/vs/workbench/browser/parts/panel/panelActions.ts @@ -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 './media/panelpart.css'; import { localize, localize2 } from '../../../../nls.js'; import { KeyMod, KeyCode } from '../../../../base/common/keyCodes.js';