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

57 files changed

Lines changed: 8223 additions & 6207 deletions

Some content is hidden

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

.gitpod.yml

Lines changed: 0 additions & 3 deletions
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'"

README.md

Lines changed: 1 addition & 5 deletions
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

docs/guide.md

Lines changed: 1 addition & 1 deletion
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

extensions/julia-web/LICENSE

Lines changed: 0 additions & 24 deletions
This file was deleted.

extensions/julia-web/README.md

Lines changed: 0 additions & 57 deletions
This file was deleted.
-23.6 KB
Binary file not shown.

extensions/julia-web/julia.language-configuration.json

Lines changed: 0 additions & 86 deletions
This file was deleted.

extensions/julia-web/package.json

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)