If I search for a "close window" feature in the command palette, I get this:
which is the main command one activates by clicking the os tick to close the whole window of vscode. Activating this from the command palette is useful to close the main window if in full screen. Is there a way to associate this command to a shortcut?
When I search for "close window" in the shortcut view I find:
where "shift+cmd+w" closes all internal windows of vscode and "cmd+w" closes them one by one (finally "cmd+q" just shuts down vscode entirely)

