Skip to content

Commit

Permalink
Add vscode workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
doctorfree committed Jan 1, 2024
1 parent 8a01a17 commit b97e380
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Binary file added workspaces/VS-Code/vscode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions workspaces/VS-Code/workspace.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"description": "Visual Studio Code source-code editor",
"docker_registry": "https://index.docker.io/v1/",
"image_src": "vscode.png",
"name": "doctorwhen/kasm:vscode",
"friendly_name": "Visual Studio Code",
"cores": 2,
"memory": 4096,
"gpu_count": 0,
"cpu_allocation_method": "Inherit",
"run_config": { "hostname": "kasm-vscode" },
"exec_config": {
"first_launch": {
"user":"root",
"cmd":"bash -c 'echo \"kasm-user ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers'"
}
},
"categories": [
"Development",
"Desktop",
"Productivity"
],
"architecture": [
"amd64"
],
"compatibility": [
"1.14.x"
],
"uncompressed_size_mb": 11000
}

0 comments on commit b97e380

Please sign in to comment.