From b8ba504d15fa6f6389c5b655a690635fbc46680d Mon Sep 17 00:00:00 2001 From: Chandler Cox Date: Tue, 13 Aug 2024 09:46:23 -0500 Subject: [PATCH] Small change about not needing Flax's visual studio tools for version 1.6 and higher. --- manual/contributing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/contributing/index.md b/manual/contributing/index.md index 3351fc7d..7c305971 100644 --- a/manual/contributing/index.md +++ b/manual/contributing/index.md @@ -26,7 +26,7 @@ The main repository [Flax Engine](https://github.com/FlaxEngine/FlaxEngine) cont The repository available on GitHub is a mirror of our internal Git repository hosted on [https://gitlab.flaxengine.com/flax/flaxengine](https://gitlab.flaxengine.com/flax/flaxengine) (mirror updated every 5 minutes). We use our internal LFS server for large binary file hosting. The repository contains an `.lfsconfig` file for LFS to work properly but if you encounter issues when pushing changes on your fork try using `git push --no-verify` or migrate to your own LFS server. -If you want to open the Flax Engine in Visual Studio you might need to install the [Flax Engine Tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=Flax.FlaxVS) extension. +If you want to open the Flax Engine in Visual Studio you might need to install the [Flax Engine Tools for Visual Studio](https://marketplace.visualstudio.com/items?itemName=Flax.FlaxVS) extension (Not needed for Version 1.6 and higher). ### Flax Docs