Last active
March 24, 2021 07:41
-
-
Save svor/9b2b90c21a663eefa9e985b5e1000046 to your computer and use it in GitHub Desktop.
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
apiVersion: v2 | |
publisher: timonwong | |
name: shellcheck | |
version: latest | |
type: VS Code extension | |
displayName: ShellCheck | |
title: ShellCheck | |
description: 'Integrates ShellCheck into VS Code, a linter for Shell scripts.' | |
icon: /v3/images/timonwong-shellcheck-icon.png | |
category: Linters | |
repository: 'https://github.com/timonwong/vscode-shellcheck.git' | |
firstPublicationDate: '2021-03-08' | |
latestUpdateDate: '2021-03-17' | |
spec: | |
containers: | |
- image: 'quay.io/eclipse/che-plugin-sidecar@sha256:6b9c739f487738a5bfb20e052a21b4edff4289c738496708abf8adc4d5820d79' | |
name: shellcheck | |
memoryLimit: 256Mi | |
cpuRequest: 30m | |
cpuLimit: 500m | |
extensions: | |
- >- | |
https://github.com/timonwong/vscode-shellcheck/releases/download/v0.14.0/shellcheck-0.14.0.vsix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment