Mention VS Code supports xonsh as default shell (#5273)

* Add paragraph about support for xonsh as the default shell.

Ref #4469

Also, updated the text to use 'VS Code', which is the preferred short name.

* Add news entry.
This commit is contained in:
Jason R. Coombs 2024-02-05 18:29:45 -05:00 committed by GitHub
parent 06131e04c0
commit 1d54c74832
Failed to generate hash of commit
2 changed files with 31 additions and 4 deletions

View file

@ -20,16 +20,20 @@ There is a `xonsh package`_ for **Sublime Text 4** (build > 4075). To install:
.. _Sublime Text packages: https://www.sublimetext.com/docs/packages.html
Visual Studio Code (VSCode)
===========================
There is `xonsh extension for VSCode`_. To install search "xonsh" using extensions
Visual Studio Code (VS Code)
============================
There is `xonsh extension for VS Code`_. To install search "xonsh" using extensions
menu or just press ``F1`` and run without `>` preceding:
.. code-block::
ext install jnoortheen.xonsh
.. _xonsh extension for VSCode: https://marketplace.visualstudio.com/items?itemName=jnoortheen.xonsh
.. https://github.com/microsoft/vscode/issues/200374
Since version 1.86 of VS Code, the editor also supports loading the environment for users with xonsh as their default shell.
.. _xonsh extension for VS Code: https://marketplace.visualstudio.com/items?itemName=jnoortheen.xonsh
Emacs

View file

@ -0,0 +1,23 @@
**Added:**
* <news item>
**Changed:**
* Updated docs to reflect VS Code support for xonsh as the user's default shell.
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>