From f3b156bfcd4457d138b2aa8c82d46014a1daeee1 Mon Sep 17 00:00:00 2001 From: Simone Foschi Date: Mon, 24 Jun 2019 19:37:30 +0200 Subject: [PATCH 1/2] fixed typo --- DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index d0e96ad..e984858 100644 --- a/DOCS.md +++ b/DOCS.md @@ -87,8 +87,8 @@ $ defaults write com.visualstudio.code.oss ApplePressAndHoldEnabled -bool false This allows you to open files or directories in VSCodium directly from your terminal: ```bash -~/in-my-project $ vscodium . # open this directory -~/in-my-project $ vscodium file.txt # open this file +~/in-my-project $ codium . # open this directory +~/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`). From 5dfd780291e80b654b4e937c75d8a3429aad87e2 Mon Sep 17 00:00:00 2001 From: Simone Foschi Date: Wed, 26 Jun 2019 18:51:31 +0200 Subject: [PATCH 2/2] Fixed other typos and one image path in DOCS.md --- DOCS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCS.md b/DOCS.md index e984858..c213415 100644 --- a/DOCS.md +++ b/DOCS.md @@ -80,9 +80,9 @@ $ defaults write com.visualstudio.code.oss ApplePressAndHoldEnabled -bool false ## How do I open VSCodium from the terminal? - Go to the command palette (View | Command Palette...) -- Choose `Shell command: Install 'vscodium' command in PATH`. +- Choose `Shell command: Install 'codium' command in PATH`. -![](https://user-images.githubusercontent.com/2707340/45751224-bd21a500-bbdf-11e8-8fb7-b645b97aae49.png) +![](https://user-images.githubusercontent.com/2707340/60140295-18338a00-9766-11e9-8fda-b525b6f15c13.png) 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 ``` -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`). ## Gentoo ebuild/overlay