https://github.com/gordonsmith/vscode-issue-192810
https://github.com/gordonsmith/vscode-issue-192810
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/gordonsmith/vscode-issue-192810
- Owner: GordonSmith
- Created: 2023-09-13T15:49:58.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T16:40:46.000Z (almost 3 years ago)
- Last Synced: 2025-02-11T19:38:28.563Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Repo for vscode fallback issue
See https://github.com/microsoft/vscode/issues/192810
## Steps to reproduce
1. Clone this repo: `git clone git@github.com:GordonSmith/vscode-issue-192810.git`
2. Install deps: `npm install`
3. Create a self signed cert: `npm run create-cert`
4. Start the server: `npm start`
5. See it fail: `npm run test1`
6. See it work: `npm run test2`