diff --git a/extensions/terminal-suggest/README.md b/extensions/terminal-suggest/README.md index 565a18c2cb5..5be41da622c 100644 --- a/extensions/terminal-suggest/README.md +++ b/extensions/terminal-suggest/README.md @@ -1,9 +1,7 @@ -# Node npm +# Terminal Suggestions -**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled. +**Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled. The terminal completions that it contributes can be disabled with `terminal.integrated.suggest.enableExtensionCompletions`. ## Features -### Terminal suggest - -Provides terminal suggestions for zsh and bash +Provides terminal suggestions for zsh, bash, and fish. diff --git a/extensions/terminal-suggest/THIRD_PARTY_NOTICES.md b/extensions/terminal-suggest/ThirdPartyNotices.txt similarity index 59% rename from extensions/terminal-suggest/THIRD_PARTY_NOTICES.md rename to extensions/terminal-suggest/ThirdPartyNotices.txt index 6229c194f6c..761d5b01a42 100644 --- a/extensions/terminal-suggest/THIRD_PARTY_NOTICES.md +++ b/extensions/terminal-suggest/ThirdPartyNotices.txt @@ -1,17 +1,13 @@ -# Third-Party Notices +THIRD-PARTY SOFTWARE NOTICES AND INFORMATION +For Microsoft terminal-suggest -This project includes files from the following third-party projects: +This file is based on or incorporates material from the projects listed below ("Third Party OSS"). The original copyright +notice and the license under which Microsoft received such Third Party OSS, are set forth below. Such licenses and notice +are provided for informational purposes only. Microsoft licenses the Third Party OSS to you under the licensing terms for +the Microsoft product or service. Microsoft reserves all other rights not expressly granted under this agreement, whether +by implication, estoppel or otherwise.† -## withfig/autocomplete -- **Source**: [[GitHub Repository URL](https://github.com/withfig/autocomplete)] -- **License**: [MIT License] -- **Copyright**: [2021] [Hercules Labs Inc. (Fig)] -- **Description**: Completion spec files and completion types have been ported over to this project temporarily. - -### Attribution -Files in the `./src/completions` folder have been copied or modified from the original project under the MIT license. The original license notice is included below: - -MIT License +1. withfig/autocomplete - IDE-style autocomplete for your existing terminal & shell (https://github.com/withfig/autocomplete) Copyright (c) 2021 Hercules Labs Inc. (Fig) diff --git a/extensions/terminal-suggest/package.json b/extensions/terminal-suggest/package.json index f1950714eb6..be9020b9c5f 100644 --- a/extensions/terminal-suggest/package.json +++ b/extensions/terminal-suggest/package.json @@ -6,10 +6,10 @@ "version": "1.0.1", "private": true, "license": "MIT", + "icon": "media/icon.png", "engines": { "vscode": "^1.95.0" }, - "icon": "images/npm_icon.png", "categories": [ "Other" ],