Skip to content

Commit

Permalink
Merge pull request #274 from conwnet/master
Browse files Browse the repository at this point in the history
release 0.1.0
  • Loading branch information
conwnet authored Apr 5, 2021
2 parents 9c91e5c + 413ddb6 commit e4deaf8
Show file tree
Hide file tree
Showing 57 changed files with 8,223 additions and 6,207 deletions.
3 changes: 0 additions & 3 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ tasks:
- init: |
yarn
yarn build
mkdir -p lib/vscode/out
sed -i 's/The Web Worker Extension Host did not start in 10s/The Web Worker Extension Host did not start in 60s/g' ./lib/vscode/src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts
sed -i 's/}, 10000);/}, 60000);/g' ./lib/vscode/src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts
command: |
echo "======================="
echo "Please run 'yarn watch'"
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ javascript: window.location.href = window.location.href.replace(/github(1s)?.com

### Develop in the cloud

To edit files, run Docker containers, create pull requests and more, click the "[Gitpod](https://www.gitpod.io) ready-to-code" button at the bottom of your browser once you open your project with github1s.

![Gitpod Notification](https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/gitpod-notification.png)

_Note_: If you already closed the notification, you can find a "Develop your project on Gitpod" button in the status bar. You can also open the Command Palette (default shortcut `Ctrl+Shift+P`) and choose `GitHub1s: Edit files in Gitpod`.
To edit files, run Docker containers, create pull requests and more, click the "Develop your project on [Gitpod](https://www.gitpod.io)" button in the status bar. You can also open the Command Palette (default shortcut `Ctrl+Shift+P`) and choose `GitHub1s: Edit files in Gitpod`.

![Gitpod Status Bar](https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/gitpod-statusbar.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/guide.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# How it works

GitHub1s is based on [VS Code 1.52.1](https://github.com/microsoft/vscode/tree/1.52.1) now. VS Code can be built for a browser version officially. I also used the code and got inspired by [Code Server](https://github.com/cdr/code-server).
GitHub1s is based on [VS Code 1.55.0](https://github.com/microsoft/vscode/tree/1.52.1) now. VS Code can be built for a browser version officially. I also used the code and got inspired by [Code Server](https://github.com/cdr/code-server).

Thanks to the very powerful and flexible extensibility of VS Code, we can easily implement a VS Code extension that provides the custom File IO ability using [FileSystemProvider API](https://code.visualstudio.com/api/references/vscode-api#FileSystemProvider). There is an official demo named [vscode-web-playground](https://github.com/microsoft/vscode-web-playground) which shows how it is used.

Expand Down
24 changes: 0 additions & 24 deletions extensions/julia-web/LICENSE

This file was deleted.

57 changes: 0 additions & 57 deletions extensions/julia-web/README.md

This file was deleted.

Binary file removed extensions/julia-web/images/julia-logo.png
Binary file not shown.
86 changes: 0 additions & 86 deletions extensions/julia-web/julia.language-configuration.json

This file was deleted.

90 changes: 0 additions & 90 deletions extensions/julia-web/package.json

This file was deleted.

Loading

1 comment on commit e4deaf8

@vercel
Copy link

@vercel vercel bot commented on e4deaf8 Apr 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.