mirror of
https://github.com/go-gitea/gitea.git
synced 2026-06-21 19:01:51 +02:00
Moves the "Hacking on Gitea" page out of the documentation website and into the repository as `docs/development.md`, so contributors find build and test instructions next to the code. The content has been cleaned up and corrected for in-repo use. --------- Signed-off-by: bircni <bircni@icloud.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
15 lines
719 B
Markdown
15 lines
719 B
Markdown
# IDE and code editor configuration
|
|
|
|
## Table of Contents
|
|
|
|
- [IDE and code editor configuration](#ide-and-code-editor-configuration)
|
|
- [Microsoft Visual Studio Code](#microsoft-visual-studio-code)
|
|
|
|
## Microsoft Visual Studio Code
|
|
|
|
Download Microsoft Visual Studio Code at https://code.visualstudio.com/ and follow instructions at https://code.visualstudio.com/docs/languages/go to setup Go extension for it.
|
|
|
|
Create new directory `.vscode` in Gitea root folder and copy contents of folder [contrib/development/vscode](vscode/) to it. You can now use `Ctrl`+`Shift`+`B` to build gitea executable and `F5` to run it in debug mode.
|
|
|
|
Supported on Debian, Ubuntu, Red Hat, Fedora, SUSE Linux, MacOS and Microsoft Windows.
|