0
0
Fork 0
mirror of https://codeberg.org/forgejo/docs.git synced 2025-03-13 09:58:07 -04:00

developer: s/VS Codium/VSCodium

This commit is contained in:
0ko 2024-02-03 14:16:09 +00:00
parent 366609cfa9
commit 8607413816

View file

@ -6,13 +6,13 @@ origin_url: 'https://github.com/go-gitea/gitea/blob/ec1feedbf582b05b6a5e8c59fb24
This page lists a few options to set up a productive development environment for working on Forgejo.
## VS Codium
## VSCodium
[VS Codium](https://vscodium.com/) is an open source version of the Visual Studio Code IDE.
[VSCodium](https://vscodium.com/) is an open source version of the Visual Studio Code IDE.
The [Go integration for Visual Studio Code](https://code.visualstudio.com/docs/languages/go) works
with VS Codium and is a viable tool to work on Forgejo.
with VSCodium and is a viable tool to work on Forgejo.
First, run `cp -r contrib/ide/vscode .vscode` to create new directory `.vscode` with the contents of folder [contrib/ide/vscode](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/contrib/ide/vscode) at the root of the repository. Then, open the project directory in VS Codium.
First, run `cp -r contrib/ide/vscode .vscode` to create new directory `.vscode` with the contents of folder [contrib/ide/vscode](https://codeberg.org/forgejo/forgejo/src/branch/forgejo/contrib/ide/vscode) at the root of the repository. Then, open the project directory in VSCodium.
You can now use `Ctrl`+`Shift`+`B` to build the gitea executable and `F5` to run it in debug mode.