Browse Source

rm broken link to VSCode gist;

bjorn 1 năm trước cách đây
mục cha
commit
1ffa97fcdb
2 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 4
      guides/FAQ.md
  2. 0 1
      guides/Getting_Started.md

+ 0 - 4
guides/FAQ.md

@@ -19,10 +19,6 @@ support, touchscreens, etc.
 Yes, there are `lovr.keypressed`, `lovr.keyreleased`, and `lovr.textinput` callbacks.  For mouse
 input, see `lovr-mouse` on the <a data-key="Libraries">Libraries</a> page.
 
-> Is there autocomplete for VS Code?
-
-See [this gist](https://gist.github.com/ussaohelcim/9eca6eaa903eefff07b4f3e2019de915).
-
 > How is this project related to LÖVE?
 
 LÖVR is heavily inspired by LÖVE and has a similar Lua API, but the 2 projects don't share any code.

+ 0 - 1
guides/Getting_Started.md

@@ -67,7 +67,6 @@ Tips
   `lovr.exe`, or specify the `--console` flag when running on the command line.
 - If you have the headset module disabled, be sure to set the y value of the cube to 0 instead of
   1.7.
-- If you want an IDE with LÖVR completion, you can use [VSCode + Lua server](https://gist.github.com/ussaohelcim/9eca6eaa903eefff07b4f3e2019de915).
 
 Next Steps
 ---