You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Jekyll Live Server",
"type": "PowerShell",
"request": "launch",
"script": "npx gulp watch",
"cwd": "${workspaceFolder}"
}
]
}```
This depends on both the PowerShell and the PowerShell Extension being installed.
The text was updated successfully, but these errors were encountered: