From 088f58177cd18dcbe93b755f873370a203589972 Mon Sep 17 00:00:00 2001 From: matcool <26722564+matcool@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:01:40 -0300 Subject: [PATCH] add placeholder whats next page --- getting-started-new/ide-setup.md | 4 +++- getting-started-new/index.md | 10 +--------- getting-started-new/what-next.md | 10 ++++++++++ 3 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 getting-started-new/what-next.md diff --git a/getting-started-new/ide-setup.md b/getting-started-new/ide-setup.md index 6ed4102..4655172 100644 --- a/getting-started-new/ide-setup.md +++ b/getting-started-new/ide-setup.md @@ -23,6 +23,8 @@ None of these extensions are "required", but they will make your experience much There are a few steps you should follow to get proper intellisense (you should only need to do these once per project, ideally): + + 1. With VSCode open on your project, press **F1** and run `CMake: Select a Kit`. This will bring up a list of installed compilers on your machine. ![Image showing a bunch of compilers CMake detected in VS Code](/assets/win_compilers.png)\ On **Windows**, you should go with a Visual Studio compiler that is either `x86` or `amd64_x86`. Note that there is also an `x86_amd64` compiler - you don't want to pick that one!\ @@ -40,7 +42,7 @@ Scroll down to **Advanced** options, and set the Configuration Provider as `ms-v Now if you run `CMake: Configure`, assuming you have Geode properly installed, the include errors should go away. -If the errors still persist, try building the mod with `CMake: Build`. If the build is succesful but the errors don't disappear, try restarting VS Code. +If the errors still persist, try building the mod with `CMake: Build`. If the build is successful but the errors don't disappear, try restarting VS Code. # Visual Studio TODO diff --git a/getting-started-new/index.md b/getting-started-new/index.md index 88a04ce..0071f03 100644 --- a/getting-started-new/index.md +++ b/getting-started-new/index.md @@ -1,12 +1,4 @@ --- title: Getting Started (new) order: 1 ---- - -1. Prerequisites - 1. C++ stuff - 1. Geode CLI -1. Setting up the SDK -1. Creating a new mod - 1. IDE setup -1. What next? \ No newline at end of file +--- \ No newline at end of file diff --git a/getting-started-new/what-next.md b/getting-started-new/what-next.md new file mode 100644 index 0000000..96d54b1 --- /dev/null +++ b/getting-started-new/what-next.md @@ -0,0 +1,10 @@ +--- +title: 4. What next? +order: 7 +--- + +# What next? + +idk! Its difficult to guide you on what to do next, as you can do pretty much anything :-) + +TODO: add link to other pages \ No newline at end of file