Visual Studio Code: Unable to open cannot open '*.ps1' notebook of type PowershellNotebookMode
- Author
- Oct 14, 2020
- 1 min read
When you see this error in your VS Code, edit settings.json and make sure you've this:
"workbench.editorAssociations": [
{
"viewType": "default",
"filenamePattern": "*.ps1"
}
]
Comentarios