Skip to content

Instantly share code, notes, and snippets.

@svor
Created September 9, 2021 12:22
Show Gist options
  • Save svor/f02731a6045d8c283ab05eb1a1033e91 to your computer and use it in GitHub Desktop.
Save svor/f02731a6045d8c283ab05eb1a1033e91 to your computer and use it in GitHub Desktop.
apiVersion: v2
publisher: ms-python
name: python
version: latest
type: VS Code extension
displayName: Python
title: Python
description: 'Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more.'
icon: /images/ms-python-python-icon.png
category: Programming Languages
repository: 'https://github.com/Microsoft/vscode-python'
firstPublicationDate: '2020-07-16'
latestUpdateDate: '2021-09-09'
spec:
containers:
- image: 'vsvydenko/python:test'
name: vscode-python
volumes:
- name: venv
mountPath: /home/theia/.venv
memoryLimit: 512Mi
memoryRequest: 20Mi
cpuRequest: 30m
cpuLimit: 500m
extensions:
- 'https://github.com/microsoft/vscode-python/releases/download/2020.7.94776/ms-python-release.vsix'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment