diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f911ae3d..be386721 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,7 +46,7 @@ First, run `npm install -g node-gyp`. Then: To build Void, open `void/` inside VSCode. Then open your terminal and run: 1. `npm install` to install all dependencies. -2. `npm run watchreact` to build Void's browser dependencies like React. +2. `npm run watchreact` to build Void's browser dependencies like React. (If this doesn't work, try `npm run buildreact`). 3. Build Void. - Press Cmd+Shift+B (Mac). - Press Ctrl+Shift+B (Windows/Linux). diff --git a/README.md b/README.md index a4fbc384..5eccf4b5 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,39 @@ # Welcome to Void. -Void is the open-source Cursor alternative. This repo contains the full sourcecode for Void. We have a [waitlist](https://voideditor.com/email) for downloading the official release, but you can build and develop Void right now. +
+ Void Welcome +
-If you're new, welcome! +Void is the open-source Cursor alternative. This repo contains the full sourcecode for Void. We are currently in [open beta](https://voideditor.com/) for downloading the official release. If you're new, welcome! + +- 👋 [Discord](https://discord.gg/RSNjgaugJs) + +- 🚙 [Roadmap](https://github.com/orgs/voideditor/projects/2) + +- 📝 [Changelog](https://voideditor.com/changelog) + +- 🔨 [Contribute](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md) + + + ## Contributing -To build and run Void, follow the steps in [`CONTRIBUTING.md`](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md). + +1. To contribute to the Void repository, follow the steps in [`CONTRIBUTING.md`](https://github.com/voideditor/void/blob/main/CONTRIBUTING.md). + +2. To suggest a new feature, please create a new [GitHub Issue](https://github.com/voideditor/void/issues). Suggestions will be added to our Roadmap within one day. + +3. We're open to collaborations of all types. Feel free to contact us via email or discord. ## Reference -Void is a fork of the of [vscode](https://github.com/microsoft/vscode) repository. For some useful links on VSCode, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md). +Void is a fork of the [vscode](https://github.com/microsoft/vscode) repository. For some useful links on VSCode, see [`VOID_USEFUL_LINKS.md`](https://github.com/voideditor/void/blob/main/VOID_USEFUL_LINKS.md). ## Support -Feel free to reach out in our [Discord](https://discord.gg/RSNjgaugJs) server or contact us via email. +Feel free to reach out in our discord or contact us via email. diff --git a/resources/win32/VisualElementsManifest.xml b/resources/win32/VisualElementsManifest.xml index 40efd0a3..71b18418 100644 --- a/resources/win32/VisualElementsManifest.xml +++ b/resources/win32/VisualElementsManifest.xml @@ -1,9 +1,9 @@ + ForegroundText="light" + ShortDisplayName="Void" /> diff --git a/resources/win32/logo_cube_noshadow.png b/resources/win32/logo_cube_noshadow.png new file mode 100644 index 00000000..225179f8 Binary files /dev/null and b/resources/win32/logo_cube_noshadow.png differ diff --git a/src/vs/workbench/browser/media/void-icon-sm.png b/src/vs/workbench/browser/media/void-icon-sm.png index 45816670..225179f8 100644 Binary files a/src/vs/workbench/browser/media/void-icon-sm.png and b/src/vs/workbench/browser/media/void-icon-sm.png differ