|
@@ -80,9 +80,9 @@ $ defaults write com.visualstudio.code.oss ApplePressAndHoldEnabled -bool false
|
|
## <a id="terminal-support"></a>How do I open VSCodium from the terminal?
|
|
## <a id="terminal-support"></a>How do I open VSCodium from the terminal?
|
|
|
|
|
|
- Go to the command palette (View | Command Palette...)
|
|
- Go to the command palette (View | Command Palette...)
|
|
-- Choose `Shell command: Install 'vscodium' command in PATH`.
|
|
|
|
|
|
+- Choose `Shell command: Install 'codium' command in PATH`.
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
|
|
|
|
This allows you to open files or directories in VSCodium directly from your terminal:
|
|
This allows you to open files or directories in VSCodium directly from your terminal:
|
|
|
|
|
|
@@ -91,7 +91,7 @@ This allows you to open files or directories in VSCodium directly from your term
|
|
~/in-my-project $ codium file.txt # open this file
|
|
~/in-my-project $ codium file.txt # open this file
|
|
```
|
|
```
|
|
|
|
|
|
-Feel free to alias this command to something easier to type in your shell profile (e.g. `alias code=vscodium`).
|
|
|
|
|
|
+Feel free to alias this command to something easier to type in your shell profile (e.g. `alias code=codium`).
|
|
|
|
|
|
## <a id="gentoo-overlay"></a>Gentoo ebuild/overlay
|
|
## <a id="gentoo-overlay"></a>Gentoo ebuild/overlay
|
|
|
|
|