Skrypt testowany na osCommerce Online Merchant v2.3
[php]
require('includes/application_top.php');
# Output headers so that the file is downloaded rather than displayed
header('Content-Type: text/csv; charset=utf-8');
header('Content-Disposition: attachment; filename=data.csv');
# Create a file pointer connected to the output stream
$output = fopen('php://output', 'w');
Dodanie połączenia SSH w OSS (Visual Studio Code) kończy się komunikatem
[code]Command 'Remote-SSH: Add New SSH Host...' resulted in an error (command 'opensshremotes.addNewSshHost' not found)[/code]
Rozwiązanie
W konsoli podajesz
[code]code-oss --enable-proposed-api ms-vscode-remote.remote-ssh[/code]