Compare commits

..

2 commits

6 changed files with 16 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
# Project place file
/*.rbxl
/sourcemap.json
# Roblox Studio lock files
/*.rbxlx.lock
/*.rbxl.lock
/.vscode

View file

@ -9,10 +9,19 @@ The default project json is a little advanced for some individuals' tastes. You
- Luau Language Server for syntax, intellisense, type checking, and intellisense syncing - Luau Language Server for syntax, intellisense, type checking, and intellisense syncing
## How To Use ## How To Use
Go ahead and create a new repository by selecting the plus icon on the top right of the screen.
![Select the plus icon in the top right corner of your screen](image-1.png)
A dropdown menu will open, pick the first option.
![Select New repository](image-2.png)
When creating a new repository, you will be prompted with the chance to choose the template for your new repo. When creating a new repository, you will be prompted with the chance to choose the template for your new repo.
Select this repository, and then select the options shown below. Select this repository, and then select the options shown below.
![Git content, Webhooks, Topics, Issue Labels, and Branch protection were selected underneath the chosen template repo](image.png)
## Installation ## Installation
- Luau Language Server [Link](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.luau-lsp) - Luau Language Server [Link](https://marketplace.visualstudio.com/items?itemName=JohnnyMorganz.luau-lsp)

BIN
image-1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

BIN
image-2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.8 KiB

BIN
image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB