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
🔄 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

---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:android_vscode_subproject📝 Commits (1)
6de640fAdd: 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

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