return basename(fileUri, '.md');
}
// because we now rely on the `prompt` language ID that can be explicitly
// set for any document in the editor, any file can be a "prompt" file, so
// to account for that, we return the full file name including the file
// extension for all other cases
return basename(fileUri);
}