Skip to content

Won't Load UI #9

@grempe

Description

@grempe

I've just installed Flat Editor, but I can't get past the initialization step. It always hangs, and displays no UI. I only see a new tab for 'flat.yml (Working Tree)' and a blue loading bar that slides from left to right forever.

Trying to debug I tried installing an older version of the extension, I tried disabling ALL extensions but this one, and nothing worked. Same result. VS Code console shows a number of entities being downloaded, all with HTTP 200 responses.

I've also deleted the .github folder a number of times to reset with no change on init.

The flat.yml file does have some contents.

❯ cat flat.yml 
name: data
on:
  schedule:
    - cron: 0 0 * * *
  workflow_dispatch: {}
  push:
    paths:
      - .github/workflows/flat.yml
jobs:
  scheduled:
    runs-on: ubuntu-latest
    steps:
      - name: Setup deno
        uses: denolib/setup-deno@v2
      - name: Check out repo
        uses: actions/checkout@v2

Stuck.

Screen Recording 2021-05-19 at 01 02 24

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions