mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
Merge pull request #175 from voideditor/model-selection
Minor Contrib.md changes
This commit is contained in:
commit
7cf6c9d798
2 changed files with 2 additions and 2 deletions
|
|
@ -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 <kbd>Ctrl+Shift+B</kbd>, or if you prefer using the terminal run `npm run watch`.
|
||||
|
||||
|
|
|
|||
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue