This file contains 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
///usr/bin/env jbang "$0" "$@" ; exit $? | |
// //DEPS <dependency1> <dependency2> | |
//DEPS org.jline:jline:3.16.0 | |
//DEPS de.codeshelf.consoleui:consoleui:0.0.13 | |
//DEPS org.fusesource.jansi:jansi:2.3.4 | |
//DEPS info.picocli:picocli:4.6.1 | |
//DEPS org.apache.maven:maven-model:3.8.1 | |
//DEPS org.apache.commons:commons-exec:1.3 | |
//DEPS org.yaml:snakeyaml:1.29 |
This file contains 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
# A devfile to develop VS Code extensions. | |
# For developers who would like to create his plugin inside Che-Theia. | |
apiVersion: 1.0.0 | |
metadata: | |
generateName: vscode-asciidoc-ext-in-che- | |
projects: | |
- name: asciidoctor-vscode |
This file contains 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
--- | |
apiVersion: 1.0.0 | |
metadata: | |
generateName: quarkus- | |
projects: | |
- | |
name: quarkus-quickstarts | |
source: | |
type: git | |
location: "https://github.com/quarkusio/quarkus-quickstarts.git" |
This file contains 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 | |
set -o xtrace; | |
wget --max-redirect=3 --content-disposition --progress=bar:force --load-cookies ~/.1fichier-cookie "$1" |
This file contains 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
apiVersion: v2 | |
publisher: eclipse | |
name: che-theia | |
version: next | |
type: Che Editor | |
displayName: theia-ide | |
title: Eclipse Theia development version + rust. | |
description: Eclipse Theia, get the latest release each day. + rust | |
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true | |
category: Editor |
This file contains 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
apiVersion: v2 | |
publisher: rust-lang | |
name: rust | |
version: 0.7.8 | |
type: VS Code extension | |
displayName: Rust | |
title: Rust | |
description: >- | |
Rust for Visual Studio Code (powered by Rust Language Server/Rust Analyzer). Provides lints, code completion and | |
navigation, formatting and more. |
This file contains 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
apiVersion: v2 | |
publisher: redhat | |
name: vscode-didact | |
version: 0.1.17 | |
type: VS Code extension | |
displayName: Didact | |
title: Didact Tutorial Tools by Red Hat | |
description: Provides interactive tutorial support to Visual Studio Code, via didact links calling VS Code commands, Markdown, AsciiDoc, and the VS Code webview. | |
icon: https://raw.githubusercontent.com/redhat-developer/vscode-didact/0.1.17/icon/logo.png | |
repository: https://github.com/redhat-developer/vscode-didact |
This file contains 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
apiVersion: v2 | |
publisher: ms-vscode | |
name: vscode-teletype | |
version: 0.1.0 | |
type: VS Code extension | |
displayName: vscode-teletype | |
title: Co-editing support | |
description: VS Code Teletype extension for Creating CoEditing skeleton for Eclipse Che and Theia | |
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | |
repository: https://github.com/Rijul5/vscode-teletype-guest |
This file contains 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
apiVersion: v2 | |
publisher: redhat | |
name: vscode-tekton | |
version: 0.2.0 | |
type: VS Code extension | |
displayName: Tekton | |
title: Tekton pipelines support | |
description: This extension adds rich pipeline support for Tekton | |
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg | |
repository: https://github.com/redhat-developer/vscode-tekton |
This file contains 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
# chectl devfile:generate --name=che-docs --git-repo=https://github.com/eclipse/che-docs --dockerimage=docker.io/antora/antora --command=./run_antora.sh | |
apiVersion: 1.0.0 | |
metadata: | |
generateName: che-docs- | |
projects: | |
- source: | |
type: git | |
location: 'https://github.com/eclipse/che-docs' | |
name: che-docs | |
components: |
NewerOlder