We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4a26e commit 047a8eeCopy full SHA for 047a8ee
src/extension-api-utils/extensionHost.ts
@@ -60,7 +60,7 @@ export function getPreviewSourceTypeTerminal(): number | undefined {
60
61
/**
62
* Positron only: Get the preferred runtime for a language from Positron's API.
63
- * Used to find R interpreter path in Positron. Returns undefined in VS Code.
+ * Used to find R/Python interpreter path in Positron. Returns undefined in VS Code.
64
*/
65
export async function getPositronPreferredRuntime(
66
languageId: string
0 commit comments