File size: 401 Bytes
620f9ab
c311e26
620f9ab
c311e26
 
620f9ab
a448f8f
0b5846c
 
 
 
 
 
 
c311e26
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
title: VSCode on Spaces
emoji: 💻
colorFrom: indigo
colorTo: purple
sdk: docker
app_port: 7860
persistent_storage:
  # 将这个存储命名为 'vscode-data'
  name: 'vscode-data'
  # 选择存储类型,'small' (10GB) 对于VSCode配置来说绰绰有余
  type: 'small'
  # 关键一步:将这块永久存储挂载到容器内的 /app/.vscode-data 路径
  mount_to: '/app/.vscode-data'
---