mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
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:
parent
06131e04c0
commit
1d54c74832
2 changed files with 31 additions and 4 deletions
|
@ -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
|
.. _Sublime Text packages: https://www.sublimetext.com/docs/packages.html
|
||||||
|
|
||||||
|
|
||||||
Visual Studio Code (VSCode)
|
Visual Studio Code (VS Code)
|
||||||
===========================
|
============================
|
||||||
There is `xonsh extension for VSCode`_. To install search "xonsh" using extensions
|
There is `xonsh extension for VS Code`_. To install search "xonsh" using extensions
|
||||||
menu or just press ``F1`` and run without `>` preceding:
|
menu or just press ``F1`` and run without `>` preceding:
|
||||||
|
|
||||||
.. code-block::
|
.. code-block::
|
||||||
|
|
||||||
ext install jnoortheen.xonsh
|
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
|
Emacs
|
||||||
|
|
23
news/docs-4469-vs-code-support.rst
Normal file
23
news/docs-4469-vs-code-support.rst
Normal 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>
|
Loading…
Add table
Reference in a new issue