Last active
November 26, 2021 14:26
-
-
Save svor/1d90bbc37bff90e08323ad605fed38a1 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: redhat-developer | |
name: che-omnisharp-plugin | |
version: latest | |
type: VS Code extension | |
displayName: omnisharp-theia-plugin | |
title: omnisharp-theia-plugin | |
description: omnisharp-theia-plugin | |
icon: /images/default.png | |
category: Other | |
repository: 'https://github.com/redhat-developer/omnisharp-theia-plugin' | |
firstPublicationDate: '2019-12-03' | |
latestUpdateDate: '2021-11-25' | |
spec: | |
containers: | |
- image: 'vsvydenko/udi:dotnet' | |
name: theia-omnisharp | |
volumes: | |
- name: nuget | |
mountPath: /home/theia/.nuget | |
memoryLimit: 2Gi | |
memoryRequest: 20Mi | |
cpuRequest: 30m | |
cpuLimit: 800m | |
extensions: | |
- 'https://open-vsx.org/api/muhammad-sammy/csharp/1.23.16/file/muhammad-sammy.csharp-1.23.16.vsix' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment