Skip to content

Commit

Permalink
Update "publisher" in mentions of the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Nov 18, 2024
1 parent 40f3e9e commit ee4b359
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export class PositronNewProjectService extends Disposable implements IPositronNe

/**
* Runs R Project specific tasks.
* Relies on extension vscode.positron-r
* Relies on extension positron.positron-r
*/
private async _runRTasks() {
// no-op for now, since we haven't defined any pre-runtime startup R tasks
Expand All @@ -305,7 +305,7 @@ export class PositronNewProjectService extends Disposable implements IPositronNe

/**
* Runs R Project specific post-initialization tasks.
* Relies on extension vscode.positron-r
* Relies on extension positron.positron-r
*/
private async _runRPostInitTasks() {
// Create the R environment
Expand Down Expand Up @@ -518,7 +518,7 @@ export class PositronNewProjectService extends Disposable implements IPositronNe

/**
* Creates the R environment.
* Relies on extension vscode.positron-r
* Relies on extension positron.positron-r
*/
private async _createREnvironment() {
if (this._newProjectConfig?.useRenv) {
Expand Down

0 comments on commit ee4b359

Please sign in to comment.