Skip to content

Instantly share code, notes, and snippets.

@BonyChops
Last active March 3, 2021 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BonyChops/45ec811fc48d173548c2171d7508147b to your computer and use it in GitHub Desktop.
Save BonyChops/45ec811fc48d173548c2171d7508147b to your computer and use it in GitHub Desktop.
Settings for VSCode Online PWA
{
"name": "Visual Studio Code Lite",
"short_name": "VSCode Lite",
"start_url": "{{BASE}}",
"display": "fullscreen",
"background-color": "#fff",
"description": "Start VSCode on a remote server.",
"icons": [
{
"src": "{{CS_STATIC_BASE}}/src/browser/media/vscode.png",
"type": "image/svg+xml",
"sizes": "48x48 72x72 96x96 128x128 256x256 512x512 1024x1024"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment