monitoringartist / zabbix-docker-monitoring

:whale: Docker/Kubernetes/Mesos/Marathon/Chronos/LXC/LXD/Swarm container monitoring - Docker image, Zabbix template and C module
https://hub.docker.com/r/monitoringartist/zabbix-agent-xxl-limited/
GNU General Public License v2.0
1.19k stars 266 forks source link

Add VS Code extension for clangd in Gitpod environment #167

Closed i-ky closed 2 years ago

i-ky commented 2 years ago

Gitpod switched default editor from Theia to VS Code and now clangd extension needs to be installed explicitly. Previously it was available with Theia editor out of the box.

I've also added a minimalistic .gitignore file to hide certain files and directories that should not be committed.