{"id":15837723,"url":"https://github.com/riipandi/vscode-fullstack","last_synced_at":"2025-03-15T17:31:36.974Z","repository":{"id":115675364,"uuid":"162868943","full_name":"riipandi/vscode-fullstack","owner":"riipandi","description":"Visual Studio Code extension pack for fullstack developer","archived":true,"fork":false,"pushed_at":"2018-12-30T10:01:49.000Z","size":23,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-07T10:48:48.789Z","etag":null,"topics":["development-environment","devops","visual-studio","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=riipandi.vscode-fullstack","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riipandi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-12-23T06:49:44.000Z","updated_at":"2024-10-19T22:38:14.000Z","dependencies_parsed_at":"2023-07-14T11:31:30.692Z","dependency_job_id":null,"html_url":"https://github.com/riipandi/vscode-fullstack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Fvscode-fullstack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Fvscode-fullstack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Fvscode-fullstack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riipandi%2Fvscode-fullstack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riipandi","download_url":"https://codeload.github.com/riipandi/vscode-fullstack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243766739,"owners_count":20344810,"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","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":["development-environment","devops","visual-studio","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-10-05T15:41:36.040Z","updated_at":"2025-03-15T17:31:36.950Z","avatar_url":"https://github.com/riipandi.png","language":null,"readme":"# VSCode Extension Pack for Fullstack Developer\n\nCollection of many extensions to get started with various app development and deployment in Visual Studio Code.\n\n## Prerequisites\n\nIn Microsoft Windows you will need:\n\n1. [Git for Windows](https://git-scm.com/download/win)\n2. [NodeJS](https://nodejs.org/en/download/)\n3. [Yarn](https://yarnpkg.com/lang/en/docs/install/#windows-stable)\n4. [Laragon](https://github.com/leokhoa/laragon/releases) or another stack\n5. [Hyper Terminal](https://hyper.is/) (optional)\n## Recomended Configuration\n\n```json\n{\n  \"telemetry.enableTelemetry\": false,\n  \"telemetry.enableCrashReporter\": false,\n  \"workbench.colorTheme\": \"One Dark Pro Vivid\",\n  \"workbench.iconTheme\": \"material-icon-theme\",\n  \"workbench.activityBar.visible\": true,\n  \"workbench.editor.showIcons\": true,\n  \"workbench.editor.tabCloseButton\": \"right\",\n  \"workbench.startupEditor\": \"none\",\n  \"workbench.statusBar.feedback.visible\": false,\n  \"workbench.enableExperiments\": false,\n  \"workbench.tree.horizontalScrolling\": false,\n  \"workbench.tips.enabled\": false,\n  \"workbench.settings.editor\": \"json\",\n  \"workbench.settings.enableNaturalLanguageSearch\": false,\n  \"typescript.surveys.enabled\": false,\n  \"editor.insertSpaces\": true,\n  \"editor.detectIndentation\": true,\n  \"editor.formatOnType\": false,\n  \"editor.renderControlCharacters\": true,\n  \"editor.multiCursorModifier\": \"alt\",\n  \"editor.snippetSuggestions\": \"top\",\n  \"editor.formatOnPaste\": false,\n  \"editor.fontSize\": 14,\n  \"editor.wordWrap\": \"off\",\n  \"editor.autoIndent\": false,\n  \"editor.find.autoFindInSelection\": false,\n  \"editor.autoClosingBrackets\": \"always\",\n  \"editor.links\": false,\n  \"editor.fontFamily\": \"'Fira Code', 'Droid Sans Mono', 'monospace', 'Droid Sans Fallback'\",\n  \"editor.fontLigatures\": true,\n  \"editor.formatOnSave\": false,\n  \"window.menuBarVisibility\": \"default\",\n  \"window.newWindowDimensions\": \"maximized\",\n  \"window.titleBarStyle\": \"custom\",\n  \"window.title\": \"${dirty}${activeEditorMedium}${separator}${rootName}${separator}${appName}\",\n  \"files.trimTrailingWhitespace\": true,\n  \"files.encoding\": \"utf8\",\n  \"files.eol\": \"\\n\",\n  \"extensions.showRecommendationsOnlyOnDemand\": false,\n  \"update.enableWindowsBackgroundUpdates\": false,\n  \"update.showReleaseNotes\": false,\n  \"extensions.autoCheckUpdates\": true,\n  \"extensions.autoUpdate\": true,\n  \"extensions.ignoreRecommendations\": true,\n  \"explorer.confirmDragAndDrop\": false,\n  \"explorer.confirmDelete\": false,\n  \"explorer.autoReveal\": false,\n  \"terminal.integrated.cursorBlinking\": true,\n  \"terminal.integrated.cursorStyle\": \"underline\",\n  \"terminal.integrated.fontSize\": 12,\n  \"terminal.explorerKind\": \"integrated\",\n  \"terminal.external.windowsExec\": \"C:\\\\Program Files\\\\Git\\\\bin\\\\bash.exe\",\n  \"terminal.integrated.shell.windows\": \"C:\\\\Program Files\\\\Git\\\\bin\\\\bash.exe\",\n  \"material-icon-theme.showWelcomeMessage\": false,\n  \"material-icon-theme.showUpdateMessage\": false,\n  \"markdown.extension.toc.githubCompatibility\": true,\n  \"eslint.packageManager\": \"yarn\",\n  \"php.suggest.basic\": false,\n  \"php.validate.enable\": false,\n  \"git.autofetch\": false,\n  \"html.autoClosingTags\": true,\n  \"html.format.endWithNewline\": true,\n  \"html.format.indentHandlebars\": true,\n  \"emmet.triggerExpansionOnTab\": true,\n  \"auto-close-tag.enableAutoCloseTag\": true,\n  \"auto-close-tag.enableAutoCloseSelfClosingTag\": true,\n  \"auto-rename-tag.activationOnLanguage\": [\"html\", \"xml\", \"php\", \"javascript\", \"vue\"],\n  \"[markdown]\": {\"editor.wordWrap\": \"off\", \"editor.quickSuggestions\": false},\n  \"fileHeaderComment.parameter\": {\n    \"*\":{\n      \"commentbegin\": \"/*\",\n      \"commentprefix\": \" *\",\n      \"commentend\": \" */\",\n      \"author\": \"Aris Ripandi\",\n      \"company\": \"Ruhay Creative Studio\"\n    }\n  },\n  \"fileHeaderComment.template\": {\n    \"*\":[\n      \"${commentbegin}\",\n      \"${commentprefix} Created on ${datetime24h}\",\n      \"${commentprefix}\",\n      \"${commentprefix} Copyright (c) ${year} ${author}\",\n      \"${commentend}\"\n    ]\n  }\n}\n```\n\n## Contact\n\nPlease file any [issues](https://github.com/riipandi/vscode-fullstack/issues) or\nhave a suggestion please tweet me [@riipandi](https://twitter.com/riipandi).\n\n## License\n\nThis project is open-sourced software licensed under the [MIT license](./LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friipandi%2Fvscode-fullstack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friipandi%2Fvscode-fullstack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friipandi%2Fvscode-fullstack/lists"}