79101368

Date: 2024-10-18 09:14:45
Score: 4
Natty:
Report link

I have the same problem and this answer helped me. My resulting code:

vscode.commands.executeCommand(
    'vscode.openWith',
    vscode.Uri.parse('file:///path/to/my/file'),
    'default',
    vscode.ViewColumn.Beside
)
Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I have the same problem
  • Low reputation (0.5):
Posted by: Ilka