{"id":32122520,"url":"https://github.com/vymarkov/nodejs-devops-extension-pack","last_synced_at":"2025-10-20T20:53:11.492Z","repository":{"id":55473805,"uuid":"153923853","full_name":"vymarkov/nodejs-devops-extension-pack","owner":"vymarkov","description":"Popular VS Code extensions for Node.js development and building DevOps pipelines using GitLab and Kubernetes","archived":false,"fork":false,"pushed_at":"2023-11-19T08:19:26.000Z","size":15,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T20:52:59.170Z","etag":null,"topics":["devops","dotenv","eslint","gitlab","intellisense","terraform","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=vymarkov.nodejs-devops-extension-pack","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vymarkov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-20T16:11:51.000Z","updated_at":"2022-10-22T18:52:02.000Z","dependencies_parsed_at":"2022-08-15T01:10:32.050Z","dependency_job_id":null,"html_url":"https://github.com/vymarkov/nodejs-devops-extension-pack","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/vymarkov/nodejs-devops-extension-pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vymarkov%2Fnodejs-devops-extension-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vymarkov%2Fnodejs-devops-extension-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vymarkov%2Fnodejs-devops-extension-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vymarkov%2Fnodejs-devops-extension-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vymarkov","download_url":"https://codeload.github.com/vymarkov/nodejs-devops-extension-pack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vymarkov%2Fnodejs-devops-extension-pack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280159244,"owners_count":26282555,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-20T02:00:06.978Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["devops","dotenv","eslint","gitlab","intellisense","terraform","vscode","vscode-extension"],"created_at":"2025-10-20T20:53:07.598Z","updated_at":"2025-10-20T20:53:11.484Z","avatar_url":"https://github.com/vymarkov.png","language":"Dockerfile","readme":"# VS Code Node.js + DevOps Development Extension Pack\n\nCollection of Popular VS Code extensions for Node.js development and building DevOps pipelines using GitLab, Kubernetes, Helm, Gitlab CI Linter.\n\n## Extensions Included\n\n### Dev Tools\n\n- [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) - REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.\n- [Elasticsearch for VSCode](https://marketplace.visualstudio.com/items?itemName=ria.elastic) - Elasticsearch client like Kibana console for vscode\n- [git-autoconfig](https://marketplace.visualstudio.com/items?itemName=shyykoserhiy.git-autoconfig) - Automatic git config `user.email` and `user.name` setting for vscode\n- [GitLab Workflow](https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow) - GitLab VSCode integration\n- [Better Comments](https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments) - Improve your code commenting by annotating with alert, informational, TODOs, and more!\n\n### Extensions for Node.js development\n\n- [Surround](https://marketplace.visualstudio.com/items?itemName=yatki.vscode-surround) - A simple yet powerful extension to add wrapper templates around your code blocks.\n- [DotEnv](https://marketplace.visualstudio.com/items?itemName=mikestead.dotenv) - Support for [dotenv](https://medium.com/@thejasonfile/using-dotenv-package-to-create-environment-variables-33da4ac4ea8f) file syntax\n- [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) - [EditorConfig](https://editorconfig.org/) Support for Visual Studio Code, used\n- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) - VS Code plugin for [prettier/prettier](https://prettier.io/)\n- [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) - Integrates [ESLint](http://eslint.org/) into VS Code.\n- [npm](https://marketplace.visualstudio.com/items?itemName=eg2.vscode-npm-script) - Run npm scripts from the command palatte and validate the installed modules defined in `package.json`.\n- [Search node_modules](https://marketplace.visualstudio.com/items?itemName=jasonnutter.search-node-modules) - Quickly search for node modules in your project.\n- [NPM IntelliSense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.npm-intellisense) - Adds IntelliSense for npm modules in your code.\n- [Path IntelliSense](https://marketplace.visualstudio.com/items?itemName=christian-kohler.path-intellisense) - Autocompletes filenames in your code.\n\n### Extensions for building DevOps\n\n- [Docker](https://marketplace.visualstudio.com/items?itemName=PeterJausovec.vscode-docker) - Adds syntax highlighting, commands, hover tips, and linting for Dockerfile and docker-compose files.\n\n### Release Notes\n\n### v0.0.12\n\nRemove [trabpukcip.vscode-npm-scripts](https://github.com/Duroktar/vscode-npm-scripts) cause this same functionality is now built in to vscode.\n\n### v0.0.11\n\nRemove mquandalle.graphql, wholroyd.hcl, shanoor.vscode-nginx extensions because they are not maintained actively anymore.\n\n### v0.0.10\n\nRemove [dudash.openshift-vscode-extension](https://github.com/dudash/openshift-vscode-extension) extension that is marked as depracated.\n\n### v0.0.9\n\nUpdate publisher name for vscode-icons icons pack to [vscode-icons-team](https://marketplace.visualstudio.com/publishers/vscode-icons-team).\n\n### v0.0.8\n\nRemove [dzannotti.vscode-babel-coloring](https://marketplace.visualstudio.com/items?itemName=dzannotti.vscode-babel-coloring) due to a [bunch of issues](https://github.com/dzannotti/vscode-babel/issues/24) that introduced by this extension.\n\n### v0.0.7\n\nReplace [mostafa.change-case](https://marketplace.visualstudio.com/items?itemName=mostafa.change-case) extension with [wmaurer.change-case](https://marketplace.visualstudio.com/items?itemName=wmaurer.change-case) that has more installs from VS Marketplace.\n\n### v0.0.6\n\nFix Gitlab Workflow extension's name, now it points to [gitlab.gitlab-workflow](https://marketplace.visualstudio.com/items?itemName=gitlab.gitlab-workflow)\n\n### v0.0.4\n\nAdd more useful extensions 😋\n\n- [REST Client](https://marketplace.visualstudio.com/items?itemName=humao.rest-client) - REST Client allows you to send HTTP request and view the response in Visual Studio Code directly.\n- [Elasticsearch for VSCode](https://marketplace.visualstudio.com/items?itemName=ria.elastic) - Elasticsearch client like Kibana console for vscode\n\n### For more information\n\n- [Visual Studio Code's Markdown Support](http://code.visualstudio.com/docs/languages/markdown)\n- [Markdown Syntax Reference](https://help.github.com/articles/markdown-basics/)\n\n**Enjoy!**\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvymarkov%2Fnodejs-devops-extension-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvymarkov%2Fnodejs-devops-extension-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvymarkov%2Fnodejs-devops-extension-pack/lists"}