This commit is contained in:
@@ -19,6 +19,7 @@ This rule applies to:
|
||||
## Build Output
|
||||
|
||||
- Build command: `npm run build`
|
||||
- Live local context command: `npm run context:serve`
|
||||
- Deployable/load-unpacked directory: `dist/`
|
||||
- Manifest path: `dist/manifest.json`
|
||||
|
||||
@@ -35,6 +36,13 @@ Required variables:
|
||||
- `VITE_GITEA_REPO_OWNER`
|
||||
- `VITE_GITEA_REPO_NAME`
|
||||
|
||||
Optional variables:
|
||||
|
||||
- `VITE_LOCAL_CONTEXT_URL`, defaulting to `http://127.0.0.1:23873/local-context.json`.
|
||||
- `LOCAL_CONTEXT_PORT`, used by `npm run context:serve`; default `23873`.
|
||||
- `WORKSPACE_FOLDER_SEARCH_ROOTS`, comma-separated roots used by local context generation and serving.
|
||||
- `WORKSPACE_FOLDER_SEARCH_MAX_DEPTH`, default `3`.
|
||||
|
||||
## Issue Creation
|
||||
|
||||
- Add Issue is enabled only when the active tab's base URL is already in the URLs list and that URL is linked to a Gitea repo.
|
||||
@@ -85,6 +93,7 @@ Required variables:
|
||||
- User-added workspaces require an absolute local path selected from searchable generated folder candidates in `local-context.json`; do not require copy/paste path entry.
|
||||
- User-added workspaces can be deleted from the side panel.
|
||||
- Add URL workspace selection should include both generated and user-added workspaces.
|
||||
- For live local workspace updates, run `npm run context:serve`. The side panel should prefer `VITE_LOCAL_CONTEXT_URL`, fall back to bundled `/local-context.json`, and poll live local context every 10 seconds while workspace-sensitive views or dialogs are active.
|
||||
|
||||
## Gitea Error Reporting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user