This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "donjayamanne.githistory", | |
"version": "0.6.20" | |
}, | |
{ | |
"id": "yzane.markdown-pdf", | |
"version": "1.5.0" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schemaVersion: 2.2.2 | |
metadata: | |
name: nodejs-angular | |
displayName: Angular | |
description: "Angular is a development platform, built on TypeScript. As a platform, Angular includes: | |
A component-based framework for building scalable web applications | |
A collection of well-integrated libraries that cover a wide variety of features, including routing, forms management, client-server communication, and more | |
A suite of developer tools to help you develop, build, test, and update your code" | |
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/angular.svg | |
tags: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schemaVersion: 2.2.2 | |
metadata: | |
name: ollama | |
projects: | |
- name: cde-ollama-continue | |
git: | |
remotes: | |
origin: 'https://github.com/redhat-developer-demos/cde-ollama-continue' | |
checkoutFrom: | |
revision: main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schemaVersion: 2.2.2 | |
metadata: | |
name: nodejs | |
displayName: Node.js Runtime | |
description: Node.js 18 application | |
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/node-js.svg | |
tags: | |
- Node.js | |
- Express | |
- ubi8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schemaVersion: 2.2.2 | |
metadata: | |
name: nodejs-fullstackdemoapplication | |
components: | |
- name: nodejs | |
container: | |
image: registry.redhat.io/devspaces/udi-rhel8:3.16 | |
env: | |
# The values below are used to set up the environment for running the application | |
- name: SECRET |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Path to the extensions.txt file | |
EXTENSIONS_FILE="extensions.txt" | |
listOfPublishers=() | |
containsElement () { for e in "${@:2}"; do [[ "$e" = "$1" ]] && return 0; done; return 1; } | |
# Read the file line by line | |
while IFS= read -r line; do |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://open-vsx.org/api/donjayamanne/githistory/0.6.20/file/donjayamanne.githistory-0.6.20.vsix | |
https://open-vsx.org/api/yzane/markdown-pdf/1.5.0/file/yzane.markdown-pdf-1.5.0.vsix | |
https://open-vsx.org/api/donjayamanne/githistory/0.6.20/file/donjayamanne.githistory-0.6.20.vsix | |
https://open-vsx.org/api/yzane/markdown-pdf/1.5.0/file/yzane.markdown-pdf-1.5.0.vsix | |
https://open-vsx.org/api/DavidAnson/vscode-markdownlint/0.60.0/file/DavidAnson.vscode-markdownlint-0.60.0.vsix | |
https://open-vsx.org/api/robocorp/robotframework-lsp/1.13.0/file/robocorp.robotframework-lsp-1.13.0.vsix | |
https://open-vsx.org/api/shardulm94/trailing-spaces/0.4.1/file/shardulm94.trailing-spaces-0.4.1.vsix | |
https://open-vsx.org/api/adamhartford/vscode-base64/0.1.0/file/adamhartford.vscode-base64-0.1.0.vsix | |
https://open-vsx.org/api/usernamehw/indent-one-space/0.3.0/file/usernamehw.indent-one-space-0.3.0.vsix | |
https://open-vsx.org/api/redhat/vscode-xml/0.29.0/file/redhat.vscode-xml-0.29.0.vsix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schemaVersion: 2.3.0 | |
metadata: | |
name: nodejs-svelte | |
displayName: Svelte | |
description: "Svelte is a radical new approach to building user interfaces. | |
Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app." | |
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/svelte.svg | |
tags: | |
- Node.js | |
- Svelte |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schemaVersion: 2.2.2 | |
metadata: | |
name: ollama | |
displayName: Ollama | |
description: Get up and running with large language models with Ollama, Continue, Llama3, and StarCoder2 | |
icon: https://ollama.com/public/ollama.png | |
tags: | |
- Ollama | |
- Continue | |
- Llama3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schemaVersion: 2.3.0 | |
metadata: | |
name: univesal-workspace-nix | |
components: | |
- name: nix | |
attributes: | |
controller.devfile.io/merge-contribution: true | |
container: | |
image: nixos/nix:2.24.5@sha256:4ad79a0ab633944869a37921f096d35a3f2c7a0275d98b7bfa0cd3cba5a6b96e |
NewerOlder