TheStalwart / tldrtravel.info

A dump of concise and organized information for urban survival
https://tldrtravel.info/
MIT License
1 stars 1 forks source link

Configure GitHub Codespace to launch with useful plugins preinstalled #1

Open TheStalwart opened 8 months ago

TheStalwart commented 8 months ago

Hugo VSCode plugins: https://gohugo.io/tools/editors/

GitHub Codespace customization resources:

TheStalwart commented 8 months ago

As i'm working on multiple projects in different programming languages, my VSCode has way too many plugins that get in the way. Having a clean environment with only useful plugins would be great

TheStalwart commented 8 months ago

GitLens VSCode plugin should be preinstalled

TheStalwart commented 8 months ago

Issues with current configuration:

TheStalwart commented 8 months ago

devcontainer image contains two versions of hugo binary:

$PATH is set to resolve to the wrong one by default

Commands to be added to devcontainer.json:

TheStalwart commented 8 months ago

Submodule update added to postCreateCommand.

After rebuild, devcontainer does not contain /opt/hugo anymore. Only shitty version installed.

TheStalwart commented 8 months ago

Another weird issue - Hugo VSCode extension is preinstalled, but Hugo language mode is not available resulting in no proper syntax highlighting

TheStalwart commented 7 months ago

Dump of my open tabs to continue research later: