File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,10 @@ code-server --install-extension downloaded-ms-python.python.vsix
112
112
VS Code Codespaces is a closed source and paid service by Microsoft. It also allows you to access
113
113
VS Code via the browser.
114
114
115
- However, code-server is free, open source and can be ran on any machine without any limitations.
115
+ However, code-server is free, open source and can be run on any machine without any limitations.
116
116
117
- While you can self host environments with VS Code Codespaces, you still need to an Azure billing
118
- account and you access VS Code via the Codespaces web dashboard instead of directly connecting to
117
+ While you can self host environments with VS Code Codespaces, you still need an Azure billing
118
+ account and you can access VS Code via the Codespaces web dashboard instead of directly connecting to
119
119
your instance.
120
120
121
121
## How should I expose code-server to the internet?
@@ -259,7 +259,7 @@ The default location also respects `$XDG_CONFIG_HOME`.
259
259
260
260
Unfortunately at the moment self signed certificates cause a blank screen on iPadOS
261
261
262
- There does seem to a way to get it to work if you create your own CA and create a
262
+ There does seem to be a way to get it to work if you create your own CA and create a
263
263
certificate using the CA and then import the CA onto your iPad.
264
264
265
265
See [#1566](https://github.com/cdr/code-server/issues/1566#issuecomment-623159434).
You can’t perform that action at this time.
0 commit comments