Skip to main content

Posts tagged with #Automation

Recent Posts (Page 1)

Photo by Possessed Photography via Unsplash

Run Hugo server when VSCode opens a workspace

I recently realised that every time I opened a certain project, I was running the same sequence of actions and commands to start the Hugo server. This involved opening a terminal, navigating to the project folder, and executing npm run server.

Photo by Douglas Lopes via Unsplash

Autostart Development Server in Vscode

Are you annoyed of the two clicks and one line command to start your development server (or development watching process) each time you open VSCode? Then I can help you ;] I recently and finally got around to read through all the docs and found out that there is an easy way to do this in VSCode, via “Task configuration”.

Back to top
Back Forward