Skip to content

Commit 690bfac

Browse files
committed
Update README.md
1 parent bf46783 commit 690bfac

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,19 @@ A sample Flutter web project for using on GitHub Codespaces.
22

33
In order to use debugging, you'll need to use Chrome with the [Dart Debug extension](https://chrome.google.com/webstore/detail/dart-debug-extension/eljbmlghnomdjgdjmbdekegdkbabckhm?hl=en) installed.
44

5-
- TODO: instructions
5+
// TODO(dantup): This does not work because of proxy/authentication issues:
6+
7+
Access to fetch at 'https://improved-garbanzo-abcdefghijkl-40019.app.github.dev/$dwdsExtensionAuthentication' from origin 'chrome-extension://eljbmlghnomdjgdjmbdekegdkbabckhm' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
8+
9+
- Fork this repo
10+
- Open your fork on github.com
11+
- Click the green "Code" button and then "Create Codespace"
12+
- Wait for the Codespace to be created and open the VS Code web editor
13+
- When prompted, click "Run pub get"
14+
- Ensure the "Web Server" is selected in the status bar
15+
- Press `F5` to start launching the app
16+
- If you see "Popup Blocked" in the Chrome address bar, click the notification then on the link to open the page manually
17+
- Click on the Dart Debug Extension icon
18+
- Wait for the "Autentication Success" page, then close that tab
19+
- Reload the app page (?)
20+
- Click on the Dart Debug Extension icon again

0 commit comments

Comments
 (0)