Skip to content

Instantly share code, notes, and snippets.

View ryanzheng1998's full-sized avatar

Ryan Zheng ryanzheng1998

  • New Taipei, Taiwan
View GitHub Profile
{
"run_type": "server",
"local_addr": "0.0.0.0",
"local_port": 443,
"remote_addr": "127.0.0.1",
"remote_port": 80,
"password": [
"password1"
],
"log_level": 1,
{
"editor.codeActionsOnSave": {
"addMissingImports": "explicit",
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontSize": 16,
"editor.formatOnSave": true,
"editor.inlineSuggest.enabled": true,