Skip to content

Commit 93a5369

Browse files
committed
edits
1 parent 2429310 commit 93a5369

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@
407407
},
408408
{
409409
"command": "python-envs.revealProjectInExplorer",
410-
"group": "inline",
411410
"when": "view == python-projects && viewItem =~ /.*python-workspace.*/"
412411
},
413412
{

src/features/envCommands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,6 @@ export async function revealProjectInExplorer(item: unknown): Promise<void> {
654654
if (item instanceof ProjectItem) {
655655
const projectUri = item.project.uri;
656656
await commands.executeCommand('revealInExplorer', projectUri);
657-
traceInfo(`Revealed project in explorer: ${projectUri.fsPath}`);
658657
} else {
659658
traceVerbose(`Invalid context for reveal project in explorer: ${item}`);
660659
}

0 commit comments

Comments
 (0)