Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mysak0cz on github.
  • I am mysak0cz (https://keybase.io/mysak0cz) on keybase.
  • I have a public key ASChR7WUUubK5vdShDcZUbJlOTRULotUWLUu0-nwNe7dKgo

To claim this, I am signing this object:

@Mysak0CZ
Mysak0CZ / bd3d4befe38185704bf0fc875e9deed6|configuration.json
Last active October 15, 2018 16:22
Visual Studio Code Settings Sync Gist
{"contents":{"editor":{"formatOnSave":false,"formatOnPaste":false,"formatOnType":false},"launch":{"version":"0.2.0","configurations":[{"type":"chrome","request":"launch","name":"Launch Chrome against localhost","url":"file:///${workspaceFolder}/index.html","webRoot":"${workspaceFolder}","preLaunchTask":"tsc"}]},"tasks":{"version":"2.0.0","tasks":[{"identifier":"tsc","type":"typescript","tsconfig":"tsconfig.json","problemMatcher":["$tsc"],"group":{"kind":"build","isDefault":true}}]}},"overrides":[],"keys":["editor.formatOnSave","editor.formatOnPaste","editor.formatOnType","launch.version","launch.configurations","tasks.version","tasks.tasks"]}