parent
c51d94d8a9
commit
eb17a293e5
12
doc/FAQ.md
12
doc/FAQ.md
|
@ -20,6 +20,8 @@
|
||||||
- [How does the config file work?](#how-does-the-config-file-work)
|
- [How does the config file work?](#how-does-the-config-file-work)
|
||||||
- [Blank screen on iPad?](#blank-screen-on-ipad)
|
- [Blank screen on iPad?](#blank-screen-on-ipad)
|
||||||
- [Isn't an install script piped into sh insecure?](#isnt-an-install-script-piped-into-sh-insecure)
|
- [Isn't an install script piped into sh insecure?](#isnt-an-install-script-piped-into-sh-insecure)
|
||||||
|
- [How do I make my keyboard shortcuts work?](#how-do-i-make-my-keyboard-shortcuts-work)
|
||||||
|
- [Why can't I use VS Code's Remote extensions?](#why-cant-i-use-vs-codes-remote-extensions)
|
||||||
- [Enterprise](#enterprise)
|
- [Enterprise](#enterprise)
|
||||||
|
|
||||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||||
|
@ -259,6 +261,16 @@ This will install a Chrome PWA and now all keybindings will work!
|
||||||
|
|
||||||
For other browsers you'll have to remap keybindings unfortunately.
|
For other browsers you'll have to remap keybindings unfortunately.
|
||||||
|
|
||||||
|
## Why can't I use VS Code's Remote extensions?
|
||||||
|
|
||||||
|
Unfortunately, Microsoft has opted to make [VS Code's Remote SSH and Container
|
||||||
|
extensions closed source](https://github.com/microsoft/vscode-remote-release) and
|
||||||
|
it is against their TOS to use the published extensions so we are unable to
|
||||||
|
add them to our marketplace.
|
||||||
|
|
||||||
|
We may reimplement them at some point.
|
||||||
|
You can follow [#1315](https://github.com/cdr/code-server/issues/1315) for updates.
|
||||||
|
|
||||||
## Enterprise
|
## Enterprise
|
||||||
|
|
||||||
Visit [our enterprise page](https://coder.com) for more information about our
|
Visit [our enterprise page](https://coder.com) for more information about our
|
||||||
|
|
Loading…
Reference in New Issue