Skip to content

Commit e4deaf8

Browse files
authored
Merge pull request #274 from conwnet/master
release 0.1.0
2 parents 9c91e5c + 413ddb6 commit e4deaf8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+8223
-6207
lines changed

Diff for: .gitpod.yml

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ tasks:
44
- init: |
55
yarn
66
yarn build
7-
mkdir -p lib/vscode/out
8-
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
9-
sed -i 's/}, 10000);/}, 60000);/g' ./lib/vscode/src/vs/workbench/services/extensions/browser/webWorkerExtensionHost.ts
107
command: |
118
echo "======================="
129
echo "Please run 'yarn watch'"

Diff for: README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,7 @@ javascript: window.location.href = window.location.href.replace(/github(1s)?.com
2424

2525
### Develop in the cloud
2626

27-
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.
28-
29-
![Gitpod Notification](https://raw.githubusercontent.com/conwnet/github1s/master/resources/images/gitpod-notification.png)
30-
31-
_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`.
27+
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`.
3228

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

Diff for: docs/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How it works
22

3-
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).
3+
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).
44

55
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.
66

Diff for: extensions/julia-web/LICENSE

-24
This file was deleted.

Diff for: extensions/julia-web/README.md

-57
This file was deleted.

Diff for: extensions/julia-web/images/julia-logo.png

-23.6 KB
Binary file not shown.

Diff for: extensions/julia-web/julia.language-configuration.json

-86
This file was deleted.

Diff for: extensions/julia-web/package.json

-90
This file was deleted.

0 commit comments

Comments
 (0)