Skip to content

Instantly share code, notes, and snippets.

View yhvicey's full-sized avatar

Yiwen Wang yhvicey

  • yiwwan@M$FT
  • Suzhou, Jiangsu, China
View GitHub Profile
@yhvicey
yhvicey / bd3d4befe38185704bf0fc875e9deed6\configuration.json
Last active June 24, 2020 04:41
Visual Studio Code Settings Sync Gist
{"contents":{"python":{"linting":{"enabled":true}},"launch":{"version":"0.2.0","configurations":[{"name":"Python: Current File (Integrated Terminal)","type":"python","request":"launch","program":"${file}","console":"integratedTerminal"},{"name":"Python: Attach","type":"python","request":"attach","port":5678,"host":"localhost"},{"name":"Python: Django","type":"python","request":"launch","program":"${workspaceFolder}/manage.py","console":"integratedTerminal","args":["runserver","--noreload","--nothreading"],"django":true},{"name":"Python: Flask","type":"python","request":"launch","module":"flask","env":{"FLASK_APP":"app.py"},"args":["run","--no-debugger","--no-reload"],"jinja":true},{"name":"Python: Current File (External Terminal)","type":"python","request":"launch","program":"${file}","console":"externalTerminal"}]}},"overrides":[],"keys":["python.linting.enabled","launch.version","launch.configurations"]}