Skip to content

Commit 36e2df6

Browse files
committed
Polish header comment
1 parent 4828845 commit 36e2df6

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

src/vs/workbench/contrib/terminal/browser/media/shellIntegration.fish

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
# ----------------------------------------------------------------------------
2-
# Visual Studio Code terminal integration for fish
1+
# ---------------------------------------------------------------------------------------------
32
# Copyright (c) Microsoft Corporation. All rights reserved.
43
# Licensed under the MIT License. See License.txt in the project root for license information.
5-
# ----------------------------------------------------------------------------
4+
# ---------------------------------------------------------------------------------------------
5+
#
6+
# Visual Studio Code terminal integration for fish
7+
#
68
# Manual installation:
79
#
810
# (1) Add the following to the end of `$__fish_config_dir/config.fish`:
@@ -11,10 +13,6 @@
1113
# and . (code --locate-shell-integration-path fish)
1214
#
1315
# (2) Restart fish.
14-
# ----------------------------------------------------------------------------
15-
# TODO: Confirm all escape sequences once they are finalized.
16-
# See microsoft/vscode#155639 and microsoft/vscode#139400 for discussion.
17-
# ----------------------------------------------------------------------------
1816

1917
# Don't run in scripts, other terminals, or more than once per session.
2018
status is-interactive

0 commit comments

Comments
 (0)