-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(recommendations-plugin): Add the documentation for the feature o…
…f recommendations plug-in Change-Id: I2e6a708849d821ed1dd5ab2f9c9db9472b207c61 Signed-off-by: Florent Benoit <[email protected]>
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...ser-guide/partials/proc_adding-the-vs-code-extension-using-recommendations.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
// Module included in the following assemblies: | ||
// | ||
// adding-{prod-id-short}-plug-in-registry-vs-code-extension-to-a-workspace | ||
|
||
[id="adding-the-vs-code-extension-using-recommendations-{prod-id-short}_{context}"] | ||
= Adding a VS Code extension using recommendations | ||
|
||
.Prerequisites | ||
|
||
* A running instance of {prod-short}. To install an instance of {prod-short}, see {link-installing-an-instance}. | ||
* Featured VS Code extensions are available in the {prod-short} plug-in registry. | ||
|
||
.Procedure | ||
|
||
Open a workspace without any existing devfile using the *{prod-short} dashboard*: | ||
|
||
Recommendations plug-in will scan files, discover languages and install VS Code extensions matching these languages. | ||
Disable this feature by setting `extensions.ignoreRecommendations` to true in the devfile attributes. | ||
|
||
Recommendations plug-in can suggest VS Code extensions to install when opening files. It suggests extensions allowing to work with the given files. | ||
Enable this feature by setting `extensions.openFileRecommendations` to true in the devfile attributes. | ||
|