[PR #1561] [MERGED] Add: settings for gradle project in subfolder #1623

Closed
opened 2026-04-24 23:59:46 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1561
Author: @nichwall
Created: 4/28/2025
Status: Merged
Merged: 5/1/2025
Merged by: @advplyr

Base: masterHead: android_vscode_subproject


📝 Commits (1)

  • 6de640f Add: settings for gradle project in subfolder

📊 Changes

1 file changed (+6 additions, -0 deletions)

View changed files

android/.vscode/settings.json (+6 -0)

📄 Description

Brief summary

This PR adds a new VS Code settings file to allow the gradle project to be in a subfolder (in our case, android/).

Which issue is fixed?

No specific issue

In-depth Description

This allows VS Code to recognize the android/ folder as the gradle root. I am not sure if this is the best way to do this, but could not figure out how to do this only from .vscode/settings.json.

How have you tested this?

VS Code no longer complains about imports being incorrect/not existing.

Screenshots

Prior to adding this new VS Code settings file
image


🔄 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/advplyr/audiobookshelf-app/pull/1561 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `android_vscode_subproject` --- ### 📝 Commits (1) - [`6de640f`](https://github.com/advplyr/audiobookshelf-app/commit/6de640f53f8a25334c1793420d821d41474862f1) Add: settings for gradle project in subfolder ### 📊 Changes **1 file changed** (+6 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `android/.vscode/settings.json` (+6 -0) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary This PR adds a new VS Code settings file to allow the gradle project to be in a subfolder (in our case, `android/`). ## Which issue is fixed? No specific issue ## In-depth Description This allows VS Code to recognize the `android/` folder as the gradle root. I am not sure if this is the best way to do this, but could not figure out how to do this only from `.vscode/settings.json`. ## How have you tested this? VS Code no longer complains about imports being incorrect/not existing. ## Screenshots Prior to adding this new VS Code settings file ![image](https://github.com/user-attachments/assets/4fda42b2-14a3-4daa-8c0f-519de258717c) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-24 23:59:46 +02:00
adam closed this issue 2026-04-24 23:59:47 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1623