Skip to content

Commit

Permalink
Update packages/plugin-ext/src/plugin/plugin-context.ts
Browse files Browse the repository at this point in the history
Remove commented left over

Co-authored-by: Paul Maréchal <paul.marechal@ericsson.com>
  • Loading branch information
marcdumais-work and paul-marechal authored May 17, 2023
1 parent 59cea20 commit 011429c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/plugin-ext/src/plugin/plugin-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ export function createAPIFactory(
* This is a stub implementation, that should minimally satisfy vscode built-in extensions
* that currently use this proposed API.
*/
// onWillCreateEditSessionIdentity: () => Disposable.create(() => {} ),
onWillCreateEditSessionIdentity: () => Disposable.NULL,
};

Expand Down

0 comments on commit 011429c

Please sign in to comment.