[PR #2483] [MERGED] Basic VSCode configuration for building and debugging #16423

Closed
opened 2025-11-02 12:10:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2483
Author: @lafriks
Created: 9/10/2017
Status: Merged
Merged: 9/12/2017
Merged by: @lunny

Base: masterHead: feat/basic_vscode_tasks


📝 Commits (3)

  • ef755a8 Basic VSCode configuration for building and debugging
  • abf307d Fix building and debugging in Windows
  • ae6442c Move to contrib folder and add instructions

📊 Changes

6 files changed (+105 additions, -1 deletions)

View changed files

📝 .gitignore (+4 -0)
📝 CONTRIBUTING.md (+2 -0)
contrib/ide/README.md (+12 -0)
contrib/ide/vscode/launch.json (+31 -0)
contrib/ide/vscode/tasks.json (+51 -0)
📝 modules/setting/setting.go (+5 -1)

📄 Description

I know that there are many options for IDE/code editors developing Go but it would make easier for new developers to get going by providing at least basic configuration for building and debugging out of box.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2483 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 9/10/2017 **Status:** ✅ Merged **Merged:** 9/12/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `feat/basic_vscode_tasks` --- ### 📝 Commits (3) - [`ef755a8`](https://github.com/go-gitea/gitea/commit/ef755a82d9d34c9892c348aa4b0385016be2f13b) Basic VSCode configuration for building and debugging - [`abf307d`](https://github.com/go-gitea/gitea/commit/abf307d7f1b65cb35877e9c93ff3d443e1893a86) Fix building and debugging in Windows - [`ae6442c`](https://github.com/go-gitea/gitea/commit/ae6442c20d4aac16cde62e3cd1090ba29c2f110e) Move to contrib folder and add instructions ### 📊 Changes **6 files changed** (+105 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+4 -0) 📝 `CONTRIBUTING.md` (+2 -0) ➕ `contrib/ide/README.md` (+12 -0) ➕ `contrib/ide/vscode/launch.json` (+31 -0) ➕ `contrib/ide/vscode/tasks.json` (+51 -0) 📝 `modules/setting/setting.go` (+5 -1) </details> ### 📄 Description I know that there are many options for IDE/code editors developing Go but it would make easier for new developers to get going by providing at least basic configuration for building and debugging out of box. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:10:17 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16423