File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
src/vs/workbench/contrib/terminal/browser/media Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- # ----------------------------------------------------------------------------
2
- # Visual Studio Code terminal integration for fish
1
+ # ---------------------------------------------------------------------------------------------
3
2
# Copyright (c) Microsoft Corporation. All rights reserved.
4
3
# 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
+ #
6
8
# Manual installation:
7
9
#
8
10
# (1) Add the following to the end of `$__fish_config_dir/config.fish`:
11
13
# and . (code --locate-shell-integration-path fish)
12
14
#
13
15
# (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
- # ----------------------------------------------------------------------------
18
16
19
17
# Don't run in scripts, other terminals, or more than once per session.
20
18
status is-interactive
You can’t perform that action at this time.
0 commit comments