You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details.
> When you unpublish an extension, the Marketplace preserves the extension statistics.
178
+
> When you unpublish an extension, the Marketplace preserves the extension statistics. The extension remains publicly discoverable and available via an existing API.
Copy file name to clipboardExpand all lines: docs/languages/ruby.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This topic goes into detail about setting up and using Ruby within Visual Studio
16
16
17
17
### Install Ruby through a version manager
18
18
19
-
While Ruby is installed by default on some operating systems (such as macOS and some distributions of Linux), we recommend using a version manager such as [rbenv](https://github.com/rbenv/rbenv)to be able to access newer versions of Ruby on Windows, macOS, and Linux. Follow the [installation guidance](https://github.com/rbenv/rbenv#installation) for your platform.
19
+
While Ruby is installed by default on some operating systems (such as macOS and some distributions of Linux), we recommend using a version manager to access newer versions of Ruby such as [rbenv](https://github.com/rbenv/rbenv)on macOS and Linux and [rbenv on Windows](https://github.com/RubyMetric/rbenv-for-windows). Follow the [installation guidance](https://github.com/rbenv/rbenv#installation) for your platform.
20
20
21
21
>**Note**: As with installing any new toolset on your machine, you'll want to make sure to restart your terminal/Command Prompt and VS Code instances to use the updated toolset location in your platform's PATH variable.
22
22
@@ -31,7 +31,7 @@ We'll discuss many of Ruby LSP features in this topic but you can also refer to
31
31
32
32
### Check your installation
33
33
34
-
After installing, check the language status item to see the status of the Ruby LSP server. If the version manager has been configured, it should display the right Ruby version for your project. The server status should display starting or running, but not error.
34
+
After installing, check the language status item in the **Status Bar**to see the status of the Ruby LSP server. If the version manager has been configured, it should display the right Ruby version for your project. The server status should display starting or running, but not error.
35
35
36
36

Copy file name to clipboardExpand all lines: docs/terminal/basics.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,16 @@ You can have terminal editors on either side or arranged in multiple dimensions
72
72
73
73
The `setting(terminal.integrated.defaultLocation)` setting can change the default `view` or `editor` area terminal location.
74
74
75
+
## Terminals in new windows
76
+
77
+
To open a terminal in a new window:
78
+
79
+
1. Right-click the terminal tab if you have multiple terminals, or left-click the tab if you only have a single terminal opened
80
+
1. Select **Move Terminal to New Window**
81
+
This opens the [terminal editor](#terminals-in-editor-area) in its own VS Code window
82
+
83
+

84
+
75
85
## Navigating the buffer
76
86
77
87
The content in the terminal is called the buffer, with the section right above the bottom viewport being called "scrollback". The amount of scrollback kept is determined by the `setting(terminal.integrated.scrollback)`[setting](/docs/configure/settings.md) and defaults to `1000` lines.
0 commit comments