Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Dec 18, 2024
1 parent 8ddc721 commit 7dac29f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,9 @@ export interface EnvironmentManager {
readonly displayName?: string;

/**
* The preferred package manager ID for the environment manager.
* The preferred package manager ID for the environment manager. This is a combination
* of publisher id, extension id, and {@link EnvironmentManager.name package manager name}.
* `<publisher-id>.<extension-id>:<package-manager-name>`
*
* @example
* 'ms-python.python:pip'
Expand Down

0 comments on commit 7dac29f

Please sign in to comment.